﻿.login-welcome-title {
    font-size: 35px;
    font-family: "Avalon";
    color: black;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

.login-main-container {
    margin-top: 63px;
}

.login-label {
    font-size: 35px;
    font-family: "Avalon";
    color: black;
    text-align: left;
}

.login-txt {
    border: 0px;
    background-color: Gainsboro;
    width: 371px;
    height: 53px;
    margin-bottom: 29px;
    padding-left: 17px;
    font-size: 20px;
}

.password-input input {
    margin-bottom: 109px;
}

.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;
    line-height: 1.2;
    text-align: center;
    margin-top: 25px;
}

    .login-text-danger ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.login-button {
    background-color: #dd032a;
    width: 371px;
    height: 53px;
    margin-top: 25px;
    color: white;
    font-size: 20px;
    font-family: "Avalon";
    line-height: 20px;
    text-align: center;
    border: 0;
}


/****** Popup *******/
#forgotPasswordPopup .modal-dialog, #resetPasswordPopup .modal-dialog {
    width: 500px;
    height: 300px;
    margin: auto;
    margin-top: 313px;
    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: #f4f4f4;
    -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: 278px;
}

.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: 278px;
    height: 29px;
    padding: 0 3px;
}

.forgot-password-text-danger, .body-container .text-danger ul {
    font-size: 14px;
    font-family: FuturaStdLight;
    color: #d4082d;
    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-page-left-side {
    float: left;
    margin-top: 57px;
    margin-left: 119px;
    margin-right: 114px;
}

.left-login-page-image {
    width: 372px;
    height: 157px;
    margin-bottom: 74px;
}

.right-login-page-image {
    margin: 41px 0 0 31px;
    width: 736px;
    height: 737px;
}
