body
{
    font-family:roboto, sans-serif;
}
.login-min-div {
    /*background-image: url("../mobileimages/mozup-login-bg.png");*/
    margin: 0 auto;
    max-width: 462px;
    margin-top:30px;
    min-height:370px;
}
.login-sub {
   margin:0px auto;
   text-align:center;
   }

    .login-sub img
    {
        padding: 10px 0px 0px 0px;
        width:162px;
        height:auto;
    }
.text-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfd0d0;
    border-radius: 5px;
    color: #848484;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 3px 10px 8px;
    width: 100%;
    height:20px;
}
.text-box-pass {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfd0d0;
    border-radius: 5px;
    color: #848484;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    padding: 10px 3px 10px 8px;
    width: 100%;
    height:20px;
}
.text-button {
    background:#cacaca none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 9px;
}
.backgroun-bg {
    /*background: #e2e2e2 none repeat scroll 0 0;*/
    /*border-top: 1px solid #ddd;*/
    /*border:1px solid #D6D6D6;*/
    height: 222px;
    margin-top: 8px;
    padding:10px;
    position: relative;
}
.login-button {
    background: #c4292b none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size:1em;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    height:50px;
    margin-top:30px;
}
.overlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.fg-modal {
background: #fff;
    border-radius: 3px;
    box-shadow: 2px 1px 7px #777;
    display: none;
    height:165px;
    left: 66%;
    margin-left: -200px;
    margin-top: -150px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 286px;
    z-index: 1004;
}
.fg-modal .top {
 /*   background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    height: 40px;*/
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.txtfgp {
    border: 1px solid #ddd;
    height: 30px; border-radius:4px; 
    margin-top:20px; margin-bottom:20px;
    width: 250px;
}
.btnfgp {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 30px; cursor:pointer;
    text-align: center;
    width: 68px
}

.top{ font-size:13px; font-family:Verdana, Geneva, sans-serif; border-radius:3px 3px 0px 0px; color:#FFF; padding:0px; height:40px; line-height:40px; background:#df3a3a;  border-bottom: 1px solid #ccc; font-weight:bold;}

.mlogin-close input{border-radius: 18px;
    float: right;
    height: 15px;
    margin: -29px 7px 0 0;
    width: 15px;}
.mob-login-user-name
{
    text-align:center;
}