﻿/*/////////////login///////////////*/

.img-section {
    height: 100%;
    min-height: 100%;
    background-size: cover;
 
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
@media (max-width: 992px) {
    .img-section {
        display: none !important
    }
    .card{
     /*   margin-top:60px !important*/
    }
    body {
        background-size: cover;
     /* background-image: url(/images/login2.jpg);*/
        opacity: 0.92;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 100%;
  
    }
}
.login-card {
    background: #fffffff5;
    height: auto;
}

.btn-login {
    background-color: #545c99;
    border-color: #545c99;
    color: white;
    text-decoration: none;
}

.btn:hover {
    background-color: #373e74 !important;
    border-color: #373e74 !important;
    color: white !important
}
.btn:focus {
  box-shadow:none !important
}
.dntCaptcha {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    position: relative;

}
.captchaRefreshBtn {
    font: normal normal normal 14px/1 FontAwesome !important
}
#dntCaptchaImg{
    margin-bottom:0 !important;
    width:100px !important
}
.captchaInput{
    width:65% !important
}
@media (max-width: 1881px) {
    .captchaInput {
        width: 64% !important
    }
}
@media (max-width: 1881px) {
    .captchaInput {
        width: 63% !important
    }
}
@media (max-width: 1796px) {
    .captchaInput {
        width: 62% !important
    }
}
@media (max-width: 1757px) {
    .captchaInput {
        width: 61% !important
    }
}
@media (max-width: 1720px) {
    .captchaInput {
        width: 60% !important
    }
}
@media (max-width: 1685px) {
    .captchaInput {
        width: 59% !important
    }
}
@media (max-width: 1651px) {
    .captchaInput {
        width: 58% !important
    }
}
@media (max-width: 1651px) {
    .captchaInput {
        width: 57% !important
    }
}
@media (max-width: 1589px) {
    .captchaInput {
        width: 56% !important
    }
}
@media (max-width: 1560px) {
    .captchaInput {
        width: 55% !important
    }
}
@media (max-width: 1532px) {
    .captchaInput {
        width: 54% !important
    }
}
@media (max-width: 1505px) {
    .captchaInput {
        width: 53% !important
    }
}
@media (max-width: 1480px) {
    .captchaInput {
        width: 52% !important
    }
}
@media (max-width: 1455px) {
    .captchaInput {
        width: 51% !important
    }
}
@media (max-width: 1360px) {
    .captchaInput {
        width: 100% !important
    }
}
h1 {
    font-size: 19px !important
}
@media (max-width: 992px) {
    .captchaInput {
        width: 48% !important
    }
    h1 {
        font-size: 13px !important
    }
}
    /*/////////////  end login///////////////*/
