

.left {
    height: 100vh;
width: 50%;
background-color: #00053C;
float: left;
display: flex;
background-image: url('../img/bg-login.jpeg');
background-size: cover;
background-position: center center;

}

.right {
    height: 100vh;
    width: 50%;
    background-color: #FAFAFF;
    float: right;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 920px) {
    #login {
        display: flex;
        flex-direction: column;
    }
    .left{
        width: 100%;
        height: 30vh;
    }
    .right {
        width: 100%;
        height: 70vh;
    }
}


h1{ text-align: center; font-size: 25px; margin: 0;}
h2{ text-align: center; font-size: 20px; margin: 0;}
.logo{ margin-bottom: 20px;}
form{ margin-top: 20px;}
.content{
    width: 80%;
    max-width: 500px;
}
.forget{ margin-top: 20px; text-align: center;}


.btn-green{ border-radius: 6px; background-color: #66de93; border: 1px solid #66de93;}

.button-group .btn{ float: right; width: 48% !important; margin-top: 0; border-radius: 6px; background-color: #66de93; border: 1px solid #66de93;}

.button-group .btn + .btn{ margin-right: 4%; float: left; color: #66de93; background-color: #fff; border: 1px solid #66de93;}
.clear{ clear:both}

.alert{ margin: 20px 0; text-align: center;}