﻿.ctlForgotPassword_outer {
    background-color: white;
    width: 90%;
    border-radius:10px;
    border: 1px solid gray;
    position: fixed;
    z-index: 1000000;
    left:5%;
    top:5%;
    font-size: 0.88em;
    display:none;
}


.ctlForgotPassword_outer .imgClosePopup {
    width:35px; 
    padding-right: 2%; 
    padding-top: 2%;
}

.ctlForgotPassword_outer .txtForgotPassword.warning {
    border-color:red !important;
    background-color: lightyellow !important;
}
.ctlForgotPassword_outer .imgClosePopup:hover {
    cursor:pointer;
}

.ctlForgotPassword_outer .popupClose {
    text-align:right;
}

.ctlForgotPassword_outer .mobile-textbox {
    border: 2px solid #c5c5c5;
    border-radius: 10px;
    background-color: #fbfbfb;
    padding: 2%;
    font-size: 135%;
    margin-bottom: 3%;
    font-family:Calibri, sans-serif;
}

    .ctlForgotPassword_outer .mobile-textbox:focus {
        border: 2px solid #009efc;
    }
    
.ctlForgotPassword_outer .txtForgotPassword {
    width: 75%;
    margin-top: 3%;
    margin-bottom: 0%;
}

.ctlForgotPassword_outer .innerContainer {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    margin: auto;
    text-align: center;
    margin-bottom:5%;
}

.ctlForgotPassword_outer .ctlLogin-title {
    font-size: 130%;
    color: Black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri, Sans-Serif;
}

.ctlForgotPassword_outer .btnLogin {
    margin-top:6%;
    margin-bottom:3%;
    width:130px;
}


.ctlForgotPassword_outer .forgot-password {
    width:100%;
    text-align:center;
    font-family: Calibri, Sans-Serif;
    font-size:90%;
    margin-top:2%;
}

.ctlForgotPassword_outer .email-title {
   font-family:Calibri, sans-serif;
   font-size:100%;
   margin: 5% 0 0;
}

/*-----MEDIA TAGS FOR DESKTOP-----*/

@media (min-width: 500px) {
.ctlForgotPassword_outer {
    width: 40%;    
    left:30%;
}
}

@media (min-width: 500px) {
.ctlForgotPassword_outer .imgClosePopup {
     width: 50px;
}
}

@media (min-width: 500px) {
.ctlForgotPassword_outer .btnLogin {
    width:180px;
}
}