You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
414 B

.page-register:before {
background-image: url("../images/DAY_TO_NIGHT_SERENGETI_Master_172.jpg");
}
.page-register a {
color: #9fa8da;
}
.page-register form {
width: 340px;
margin: 22px auto;
}
.page-register .form-control,
.page-register .floating-label,
.page-register .form-control:focus + .floating-label {
color: #bdbdbd;
}
@media (max-width: 480px) {
.page-register form {
width: auto;
}
}