17 lines
No EOL
206 B
CSS
17 lines
No EOL
206 B
CSS
* {
|
|
font-family: 'Montserrat', sans-serif;
|
|
}
|
|
|
|
.min-height-0 {
|
|
min-height: 0;
|
|
}
|
|
|
|
form .form-control {
|
|
position: relative;
|
|
}
|
|
form .form-control:focus {
|
|
z-index: 2;
|
|
}
|
|
.form-signin {
|
|
max-width: 500px;
|
|
} |