﻿body {
}

.divRememberMe {
    cursor: pointer;
}

#divMsgPopUp > div {
    margin-top: 100px !important;
}

.modal-dialog {
    margin-top: 350px !important;
}

.btn.green:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #000 !important;
    border-color: #616161 !important;
}

.btn.green:hover {
    background-color: #000 !important;
    border-color: #616161 !important;
}

.login .content {
    width: 375px !important;
}

    .login .content h3 {
        color: #ffffff !important;
    }

.divLoginBody {
    margin-top: 170px !important;
}

    .divLoginBody::after {
        content: "";
        background: url('https://files.sanipexgroup.com/CompanyLogo/SanipexApps_Login.jpg?v=12234');
        /*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: #283371 !important;
    /* box-shadow: 0 1px 10px 0 rgba(146,132,129,255), 0 6px 20px 0 rgb(0 0 0 / 80%) !important;*/
}

    .login .content .form-actions {
        background-color: #283371 !important;
    }

.login .copyright {
    color: #ffffff !important;
    margin-top: 20px !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;
}

.progress-bar-success {
    background-color: #454140 !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;
    }
}
