@charset "utf-8";
/* CSS Document */


form label {
	color: lightblue;
}

html.dark .form-control {
	color: #F4ED81;
}

.help-block {
	color: lightgray;
}
.form-group + .form-group {
    border-top: 1px solid #171717;
}
