.dodo-login-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/extend_web/static/src/img/login_background.jpg");
}

.code_login{
    text-align: center;
    border: 1px solid #c0ccda;
}
.select_hint{
    position: absolute;
    margin-left: 56px;
}

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

.user-login{
    padding: 30px;
    width: 554px;
    height: 415px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image:url("/extend_web/static/src/img/zhaoshou.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 100% 120%,100% 100%;
}
.user-login h4{
    padding-bottom: 40px;
}

.dodo_login_form{
    width: 100%;
}

.dodo-form-group{
    display: flex;
    margin-bottom: 25px;
}

.dodo-form-group label{
    text-align: right;

    color: #475669;
    font-weight: normal;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 25%;
}
.dodo-login-container  .odoo_login_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.dodo-login-input{
    width: 60%;
    border-radius:0.25rem;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dodo-verification-code-div{
    width: 60%;
    display: flex;
    justify-content:space-between;
}
.dodo-login-verification-code-input{
    width: 40%;
    border-radius:0.25rem;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.btn_verification_code{
    flex: 1;
    margin-left: 10px;
}

.odoo_login_buttons {
    display: flex;
    /*justify-content: center;*/
    height: 40px;
    line-height: 40px;
}

.odoo_login_buttons a{
    color: #27B4E7;
    margin-left: 20px;
}

.btn_login{
    width: 30%;
}
.btn_primary {
    background-color: #27B4E7;
    border-color: #27B4E7;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dodo_error_detail{
    color: red;
    padding-left: 25%;
    font-size: 13px;
}

@media (max-width:768px) {
    .code_login{
        display: none;
    }
    .dodo-login-root{
        width: 90%;
    }
    .user-login{
        padding: 30px 10px;
        background-position: 100% 110%,100% 100%;
    }

}
html {
    height: 100%;
    width: 100%;
}