@font-face {
font-family: 'Poppins';
src: url('/static/poppins/Poppins-Medium.ttf'); 
}
body{
font-family: 'Poppins', sans-serif;
}
#privacy_policy{position: absolute; bottom:35px; left: 50%; transform: translateX(-50%);}
#message{ position: absolute; top:55px; left: 10%; z-index: 2; width: 80%;}
#message .alert{ text-align: center; border-radius: 10px; }
#logo{width: 100px;}
#logo_sm{width: 65px;}
#submit_btn{
    /* border-radius: 15px; */
    padding-top: 10px ;
    padding-bottom: 10px ;
    font-size: 19.5px;
    color: #fff;
    background-color: #0A4DBF;
    border-color: #0A4DBF;
}
.form-control{
    /* border-radius: 15px; */
    padding-top: 21.5px ;
    padding-bottom: 21.5px ;
} 
.forget_password{
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline !important;
    color: #0A4DBF!important;
    cursor: pointer;
} 
.header{
    background-color: floralwhite;
}
.illustration{
    width: 480px;
}
.illustration_sm{
    width: 310px;
}
.alert_info{
    background-color:rgba(20, 20, 20, 0.9);
    color:whitesmoke;
    border-width: 1.5px !important;
    font-weight: 400;
}
.alert_danger{
    color:whitesmoke;
    background-color: rgba(20, 20, 20, 0.9);
    font-weight: 500;
}
.modal-backdrop.show{
    opacity: 0.7;
}
.btn:focus{
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
    border-color:#ced4da ;
}
.border_rounded{
    border-radius:15px
}

.login_block{
    height: 100%;
    background-color: #FFFFFF;
}
.main_block{
    background-color: #f0f4ff;
}

.input-group-text{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #0A4DBF;
    padding: 12px 16px;
}
.form-control{
    padding: 24px 16px !important;
    font-size: 18px;
}

.digit-group input{
    width: 40px;
    height: 50px;
    border: none;
    /* line-height: 50px; */
    background-color: #e9ecef;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: black;
    margin: 0 2px;
    padding: 1px;
}

@media screen and (max-width: 600px) {
    .login_block{
        height:auto;
    }
}