@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --main-color:;
    --secundary-color:;
    --contrast-color:;
    --contrast-number: 0;
    --arrow-foward: url(Calendar/forward_solid_white.png);
    --arrow-back: url(Calendar/backward_solid_white.png);
}

.bodypage, .bodypageNewPass {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    align-items: center;
    
}
.bodypage{
    background: linear-gradient( to top, var(--main-color) 53%, #f1f1f1 50%, #f1f1f1 100% );
    }

.quicklogo{
    filter:invert(0);
}

.ajaxValidator {
    background-color: white !important;
    border-radius: 4px;
    border: 1px solid #777 !important;
    left: 1142px !important;
}


.pageHeader {
    width: 100%;
    height: 40px;
    padding: 10px;
}

.bodyFooter {
}

.login {
    justify-content: center;
    position: absolute;
    align-items: center;
}

.login_footer {
    padding: 0px;
    position: fixed;
    bottom: 30px;
    text-align: center;
    align-items: center;
}

.login-footer-text {
    color: var(--contrast-color)!important;
    font-size: 10px;
    font-family: Roboto;
    flex-basis: auto;
    text-align: center;
    position: relative;
    flex-grow: 1;
}
.rightUpperCorner
{
    font-family: Roboto;
    position: fixed;
    top: 10px;
    right: 30px;
}
.link {
    text-decoration: underline;
    color: #6c7680 !important;
}

.login_card {
    background-color: white;
    box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    align-items: center;
}

.login_form {
    width: fit-content;
    padding: 60px 40px 70px 40px;
}

.box_login {
}

.developer {
    text-align: center;
    color: #006648;
    font-size: 12px;
    padding: 4px;
}

    .developer img {
        vertical-align: top;
    }

.box_login label {
    font-weight: 500;
    line-height: 22px;
    font-size: 15px;
}

.box_login .box_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_login .box_form ::placeholder{
    opacity: 0.6;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
 }

    .box_login_middle {
        margin: 0px;
        padding: 0px;
        position: relative;
    }

.loginTxbDecoration, .passTxbDecoration, .emailTxbDecoration {
    width: 100%;
    margin-bottom: 2px;
    margin-top: 5px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

.loginTxbDecoration {
    background-image: url(../Specific/Login/ImageLogin.png);
}

.passTxbDecoration {
    background-image: url(../Specific/Login/ImagePass.png);
}

.emailTxbDecoration {
    background-image: url(../Specific/Login/email_icon_black.png);
}

.box_login .text {
    width: 90%;
    height: 26px;
    font-size: 14px;
    border: none !important;
    float: right;
    background-color: white;
}

.box_login .text::placeholder {
    position: relative;
    left: -15px;
    font-size: 14px;
}


    .box_login .text:hover, .loginTextBoxDecoration:hover{
        border-color: #777
    }

    .box_login .text:focus, .loginTextBoxDecoration :focus{
        border-color: #777
    }


.bt_login {
    border-style: none;
    width: 100%;
    height: 34px;
    font-family: Roboto;
    font-size: 14px;
    background-color: var(--main-color);
    color: var(--contrast-color);
    border-radius: 4px;
    font-weight:500;
}

    .bt_login:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        opacity: .8;
    }

.forgotpass {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: -6px;
    display: inline-block;
    margin-top: 12px;
}

.bt_cancel {
    border-style: none;
    width: 50%;
    height: 34px;
    font-family: Roboto;
    font-size: 14px;
    background-color: red;
    font-weight: 500;
    color: white;
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

.bt_back {
    background: transparent;
    color: #343a40;
    border: 1px solid #ced4da;
    width: 100%;
    height: 34px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
    font-family: Roboto;
    font-weight:500;
}

    .bt_back:hover {
        background-color: white;
        border: 1px solid;
        color: #343a40;
        border-color: #868e96;
    }

.text-muted {
    color: #2A2A2A !important;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
}

.loginImages, .loginImagesNewPass {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    margin-bottom: 30px;
}
.loginImagesNewPass{
    bottom: 30px;
}

.box_login .texto {
    display: flex;
    justify-content: center;
    font-family: 'Poppins',sans-serif !important;
    align-items: center;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 35px;
    position: relative;
}

#uppGeneral, #uppGeneralResetPassword {
    padding: 0px;
}

.login_form_container {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
}

    .login_form_container:nth-child(3) {
        margin-bottom: 30px;
    }

.textBoxLabel {
    margin-bottom: 0px;
}

.footer {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.box_login_top {
    background: url(Login/top.png) no-repeat;
    height: 90px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.imgTop {
    background: url(Login/login_texto1.gif);
    margin-left: 10px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    float: left;
}

.textTop {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}

.box_login_bottom {
    height: 94px;
}

.logo_client {
    max-width: 150px;
    max-height: 60px;
    margin-left: 20px;
}

.qprofImages{
    filter: invert(0);
}