﻿body {
}

.divRememberMe {
    cursor: pointer;
}

#divMsgPopUp > div {
    margin-top: 100px !important;
}
.modal-dialog {
    margin-top: 350px !important;
}

.login .content {
    width: 375px !important;
}

.divLoginBody {
    margin-top: 170px !important;
}

    .divLoginBody::after {
        content: "";
        background: url('../../Images/BackgroundLogin.jpg');
        /*opacity: 0.5;*/
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-repeat: no-repeat !important;
        background-size: cover;
    }

.login .content {
    background-color: #A7A9AD !important;
}

    .login .content .form-actions {
        background-color: #A7A9AD !important;
    }

.login .copyright {
    color: #333333 !important;
}

#back-btn {
    color: #4B4B4B;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    top: 5px !important;
    left: 2px;
}

.password_reset {
    background-color: inherit !important;
    border: none !important;
}

#divForgetQ {
    position: relative;
    top: -11px !important;
   
}
#divForgetQ a:visited {
   text-decoration:underline !important;
}

#divForgetQ a {
        color: #4B4B4B;
}
#btnSubmitEmail {
    margin-top: -4px;
}
#divForgotPwdForm {
    padding-bottom:15px;
}
.passwordchange_btn_div {
    text-align: center;
    position: relative;
    right: 18px !important;
    padding-bottom: 7px !important;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .login .content {
        width: 320px !important;
    }
    .divLoginBody {
        margin-top: 130px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modal-dialog {
        margin-top: 270px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modal-dialog {
        margin-top: 140px !important;
    }
}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .login .content {
        width: 320px !important;
    }
    .divLoginBody {
        margin-top: 130px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .modal-dialog {
        margin-top: 270px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modal-dialog {
        margin-top: 140px !important;
    }
}


/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .login .content {
        width: 320px !important;
    }
    .divLoginBody {
        margin-top: 130px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .modal-dialog {
        margin-top: 270px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .modal-dialog {
        margin-top: 140px !important;
    }
}

/* ----------- IPAD  ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
}

/* Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .modal-dialog {
        margin-top: 400px !important;
    }

    .login .content {
        width: 410px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .modal-dialog {
        margin-top: 300px !important;
    }
}
