@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}


.login_box{
    max-width:396px;
    width:100%;
    margin: 48px auto 300px auto;
    background: #FFFFFF;
    overflow:auto;
}
.login_box-text1{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #0A285C;
    text-align:center;
}

.login_box-text2{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
    text-align:left;
    margin-top: 48px;
}

.login_box-form{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    background: none;
    /*border:none;*/
    outline: none !important;
    box-shadow: none !important;
    width:100%;
    padding: 12px 16px;
    background: #F7FBFF !important;
    border-radius: 0px !important;
    border: 1px solid #E4EAF0 !important;
    border-bottom: 1px solid #8F8F8F !important;
    margin-top: 24px;
}

.login_box-checkbox-box{
    margin-top:54px
}

.login_box-checkbox-box a{
    color:#135EE2;
}

.login_box-btn{
    float:right;
    margin-top: 52px;
    min-width:136px;
    margin-left:16px;
    margin-bottom:5px;
}

.login_box-btn_white{
    color: #135EE2;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
}

@media (max-width: 767px){
    .login_box{
        margin: 48px auto 176px auto;
    }
    .login_box-text1{
        font-size: 36px;
        line-height: 44px;
    }
    .login_box-text2{
        font-size: 18px;
        line-height: 24px;
    }
}