.login.form-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}
.login form{
    background-color: #eee;
    border-bottom: 3px solid #005510;
    padding: 10px;
    width: 100%;
    max-width: 450px;
}