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.
 
 
 
 
 

50 lines
652 B

@import "_mixins";
/*** Login ***/
.page.login {
background: $background_color;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25em;
h1 {
padding: 0 0 10px;
font-size: 60px;
font-family: Lobster;
font-weight: normal;
color: $primary_color;
text-align: center;
}
form {
padding: 0;
width: 300px;
}
.ctrlHolder {
padding: 0;
margin: 0 0 20px;
&:hover {
background: none;
}
}
input[type=text],
input[type=password] {
width: 100% !important;
}
.remember_me {
font-size: 15px;
float: left;
width: 150px;
}
.button {
float: right;
margin: 0;
transition: none;
}
}