| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/css/ |
| Current File : /home/u901718425/public_html/css/login.css |
.section {
height: 82.5vh;
display: flex;
align-items: center;
justify-content: center;
background: #ebebeb;
}
form {
display: flex;
padding: 40px;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 15px;
}
.input {
width: 250px;
display: flex;
flex-direction: column;
gap: 6px;
}
input {
height: 35px;
border: none;
border-radius: 4px;
padding: 0 10px;
}
button.btn.submit {
width: 148px;
height: 40px;
font-size: 16px;
background: #03a203;
color: #fff;
border: none;
}
.buttons {
display: flex;
gap: 15px;
margin: 12px 0px;
}
span.imp {
color: red;
}
.forget {
display: flex;
justify-content: flex-end;
width: 100%;
}
.forget a {
color: #3f51b5;
text-decoration: none;
}