/*Font Family*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-image: url('../images/Weltec1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clinteq__login {
    width: 380px;
    max-width: 100%;
}

.clinteq__login a {
    color: #11b4c7;
}

.clinteq__login a:hover {
    color: #17b4b6;
    text-decoration: underline;
}

.clinteq__login .card {
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.clinteq__login .card-header {
    padding: 50px 48px 44px;
    border: 0;
}

.clinteq__login .card-header a {
    display: inline-block;
}

.clinteq__login .card-body {
    padding: 0 48px 35px;
}

.clinteq__login input, .clinteq__login .input-group>.form-control {
    font-size: 15px;
    line-height: 28px;
    color: #686868;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.clinteq__login .login__captcha {
    height: 45px;
    width: 100%;
    border-radius: 8px;
    background-position: top 30% center;
    background-size: cover;
}

.clinteq__login .form-control:focus {
    border-color: #11b4c7;
}

.clinteq__login label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }

.clinteq__login #ImageButton1 { cursor: pointer; }

.clinteq__login .remember_me label, .clinteq__login #forget-password { font-size: 14px; }

.clinteq__login .icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .clinteq__login .icheck-primary>input:first-child:checked+label::before { background-color: #11b4c7; border-color: #11b4c7; }

.clinteq__login .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .clinteq__login .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before { border-color: #11b4c7; }

.clinteq__login #btnlogin {
    font-size: 16px;
    font-weight: 700;
    width: 349px;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-image: linear-gradient(85deg, #08b3e5 0%, #2bb673 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease; transition: all 0.3s ease; 
}

.clinteq__login #btnlogin:hover {
    box-shadow: 4px 4px 10px 2px rgb(0, 0, 0, 0.14);
}


    .clinteq__login #btnValidate {
        font-size: 16px;
        font-weight: 700;
        width: 349px;
        height: 50px;
        border-radius: 5px;
        color: #ffffff;
        background-image: linear-gradient(85deg, #08b3e5 0%, #2bb673 100%);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .clinteq__login #btnValidate:hover {
            box-shadow: 4px 4px 10px 2px rgb(0, 0, 0, 0.14);
        }

.clinteq__login .input-group .help-block {
    position: absolute;
    top: 100%;
    font-size: 12px;
}

/*Responsive Styles*/
@media only screen and (max-height: 680px) {
    .login-page { margin-top: 40px; margin-bottom: 40px; }
}

@media only screen and (max-width: 575px) {
    .login-page { padding-left: 20px; padding-right: 20px; }
    .clinteq__login .card-header { padding:30px 20px 24px; }
    .clinteq__login .card-header img { max-width: 200px; height: auto; }
    .clinteq__login .card-body { padding: 0 20px 25px; }
}