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.
33 lines
599 B
33 lines
599 B
.login_form {
|
|
margin: 0px auto;
|
|
border: none;
|
|
padding: 16px;
|
|
height: 570px;
|
|
box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.74);
|
|
-webkit-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.74);
|
|
-moz-box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.74);
|
|
}
|
|
|
|
.login_form input {
|
|
width: 100%;
|
|
height: 45px;
|
|
padding: 12px;
|
|
}
|
|
|
|
.login_form button {
|
|
border: none;
|
|
background-color: #1F618D;
|
|
color: white;
|
|
padding: 12px 16px;
|
|
width: 100%;
|
|
}
|
|
|
|
.login_form select {
|
|
width: 100%;
|
|
height: 45px;
|
|
}
|
|
|
|
.login_form p {
|
|
color: #E74C3C;
|
|
}
|
|
|