﻿.login-grey-panel {
    width: 1200px;
    height: 47px;
    background-color: #ffffff;
}

#loginForm {
    margin-top: 108px;
    margin-left: 462px;
    width: 279px;
}

.login-main-container {
    margin-top: 10px;
}

.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: HelveticaNeueLTPro-Lt;
    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: 300px;
    margin: auto;
    margin-top: 300px;
    background-color: white;
}

.forgot-password-container {
    background-color: white;
    width: 500px;
    height: 300px;
    position: relative;
}

.forgot-password-background {
    position: absolute;
    width: 500px;
    height: 300px;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    background-color: #fff;
    -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-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: 14px;
    color: black;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-family: 'HelveticaNeueLTPro-Cn';
}

.forgot-password-label, .reset-password-label {
    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: none;
    background-color: #f0f0f0;
    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;
}

.login-external-btn {
    margin-top: 5px;
}

.login-external-label {
    font-weight: bold;
}

.temp-login-header {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    font-family: FuturaStdLight;
}

.temp-login-subheader {
    text-align: center;
}