
.box {
    width:244px;
    margin:0px;
    padding:0 0 0 0.5em;
    height:2.3em;
}
.login-form{
    width:40%;
    margin: 0 auto;
}
.login_botton{
    display:flex;
    color:#fff;
    border:0px;
    border-radius:40px;
    background-color:#2e91cf;
    height:30px;
    width:10em;
    justify-content: center;
    align-items: center;
    margin:24px auto 24px auto;
}
.login_botton:hover{
    background-color:#2e91cf;	
    cursor: pointer;
}
.login_2fa{
    width:1.8em;
    height:1.8em;
    border:1px solid #000;
    border-radius:5px;
    background:#fff;
    margin:auto;
    text-align:center;
    font-weight:700;
}
.register_botton{
    display:flex;
    color:#fff;
    border:0px;
    border-radius:40px;
    background-color:#143e58;
    height:30px;
    width:10em;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-bottom:2em;  
}
.register_botton:hover{
    background-color:#2e91cf;	
    cursor: pointer;
}
@media (max-width: 750px) {
    .login-form{
        text-align:center;
        width:90%;
        margin: 0 auto;
    }
}
