#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
/*    background-image: linear-gradient(90deg, #409188, #2e3b5e);*/
    display: none;
}
.padding2{
    padding: 40px;
}
.popupbody {
    width: 65%;
    max-width: 650px;
    min-width: 400px;
    min-height: 450px;
    background: #fff;
    position: fixed;
    z-index: 9999;
/*
    top: 10vh;
    left: 35%;
*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    padding: 0px 20px;
    margin: 0 auto;
}
  /* ===== Scrollbar CSS ===== */
  /* Firefox */


.closebtn{
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.closebtn span{
    font-style: 16px;
/*    padding: 10px;*/
    text-align: center;
    position: relative;
    left: 5px;
   
}
.backbtn{
    width: 65px;
    height: 40px;
    background: #000;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
font-size: 14px;
}
.backbtn span{
    font-style: 16px;
/*    padding: 10px;*/
    text-align: center;
    position: relative;
    left: 5px;
   
}

.tfooter tr a{
   padding: 5px 10px;
background: #5664d2;
color: #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
.tfooter tr .current{
    background: #ff3d60;
    color: #fff;
}
.page-title-right{
    text-transform: uppercase;
}
.pop_p{
    float: left;
}
.pop_p span{
    color: #e4c1b1;
}
.pop_forgot{
    float: right;
}
.pop_forgot span{
    color: #e4c1b1;
}
@media only screen and (max-width:1440px){
    .popupbody{
/*        top: 35%;*/
    }
}
@media only screen and (max-width:1366px){
    .popupbody{
        left: 50%;
    
    }
}
