﻿.show-hide {
     display: contents;
}

.show-hide-pass {
    float: right;
}

.shimg {
    width: 18px;
    margin-right: 4px;
    display: inline-block;
    margin-top: 5px;
}

.shlbl {
    font-weight: 100;
}

.login-grey-panel {
    width: 1200px;
    height: 47px;
    background-color: #f4f4f4;
}

#loginForm {
    margin-top: 108px;
    margin-left: 462px;
    width: 279px;
}

.login-main-container {
    margin-top: 200px;
}

.login-label {
    font-size: 12px;
    font-family: FuturaStdMedium;
    color: black;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    text-indent: 5px;
}

.login-txt {
    border: 0.5px solid #787878;
    background-color: white;
    width: 100%;
    height: 29px;
    padding: 0 3px;
}

    .login-txt[readonly] {
        background-color: lightgrey;
    }

.password-input input {
    margin-bottom: 3px;
}

.login-forgot-password-label {
    font-size: 12px;
    font-family: FuturaStdLight;
    color: black;
    text-decoration: underline;
    line-height: 1.2;
    text-align: right;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.login-text-danger {
    font-size: 14px;
    font-family: FuturaStdLight;
    color: #d4082d;
    text-align: center;
    margin-top: 25px;
}

    .login-text-danger ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.login-button {
    background-color: #111111;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 32px;
    margin-top: 25px;
    color: white;
    font-size: 12px;
    font-family: FuturaStdBook;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    border: 0;
}

.reset-password-popup-container a {
    text-decoration: none;
}


/****** Popup *******/
.modal-backdrop {
    background-color: transparent;
}

#forgotPasswordPopup .modal-dialog, #resetPasswordPopup .modal-dialog {
    width: 500px;
    height: 410px;
    margin: auto;
    margin-top: 200px;
    background-color: white;
}

.forgot-password-container {
    background-color: white;
    width: 500px;
    height: 410px;
    position: relative;
}

.forgot-password-background {
    position: absolute;
    width: 500px;
    height: 410px;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    background-color: #ececec;
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.28);
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,.28);
    box-shadow: 0 4px 7px rgba(0,0,0,.28);
}

.forgot-password-exit-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    background: url("./../Images/exitBtn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.forgot-password-popup-container {
    margin-left: 110px;
    width: 282px;
    margin-top: 47px;
}

.reset-password-popup-container {
    margin-left: 110px;
    width: 282px;
    margin-top: 22px;
}

.forgot-password-title, .reset-password-title {
    font-size: 18px;
    color: black;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.forgot-password-title {
    font-family: FuturaComLight;
}

.reset-password-title {
    font-family: "FuturaComLight";
}

.forgot-password-label, .reset-password-label {
    font-size: 10px;
    font-family: FuturaStdMedium;
    color: black;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    text-indent: 2px;
}

.forgot-password-label {
    margin-top: 25px;
}

.forgot-password-txt {
    border-width: 0.5px;
    border-color: black;
    border-style: solid;
    background-color: white;
    width: 100%;
    height: 29px;
    padding: 0 3px;
}

    .forgot-password-txt[readonly] {
        background-color: lightgrey;
    }

.forgot-password-text-danger, .body-container .text-danger ul {
    font-size: 10px;
    font-family: MontblancTypeRegular;
    color: #e31837;
    line-height: 1.2;
    text-align: center;
    margin-top: 25px;
}

.body-container .text-danger ul {
    list-style-type: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.login-form-group {
    margin-bottom: 11px;
}


@media (max-width: 1080px) {
    .shimg {
        width: 40px;
        margin-right: 8px;
        display: inline-block;
        margin-top: 10px;
    }

    .shlbl {
        font-size: 30px;
        font-weight: 100;
    }

    .login-form-group {
        margin-bottom: 40px;
    }

    .login-text-danger, .forgot-password-text-danger, .body-container .text-danger ul {
        font-size: 30px;
    }

    .login-grey-panel {
        width: 100%;
        height: 80px;
    }

    #loginForm {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        margin-left: 0;
    }

    .login-txt, .forgot-password-txt {
        height: 90px;
        font-size: 35px;
    }

    .login-button {
        height: 115px;
        font-size: 45px;
        line-height: 115px;
    }

    .forgot-password-popup-body {
        height: 975px;
        vertical-align: middle;
        width: 970px;
        display: table-cell;
    }

    .login-forgot-password-label, .login-label {
        font-size: 35px;
    }

    .logo {
        background: url(./../Images/Mobile/logo.png) no-repeat center;
        width: 177px;
        height: 155px;
    }

    .forgot-password-title, .reset-password-title {
        font-size: 45px;
    }

    .forgot-password-label, .reset-password-label {
        font-size: 30px;
    }

    .forgot-password-txt {
        height: 90px;
    }

    #forgotPasswordPopup .modal-dialog, #resetPasswordPopup .modal-dialog {
        width: 900px;
        height: 500px;
    }

    .forgot-password-background {
        width: 900px;
        height: 500px;
    }

    .forgot-password-popup-container, .reset-password-popup-container {
        margin-left: 0;
        width: 100%;
    }
}
