.login-inline {
    position: fixed;
    top: 10%;
    left: 33%;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 950px;
    display: block;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.login-modal {
    position: fixed;
    top: 10%;
    left: 33%;
    z-index: 1050;
    width: 950px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.loginform{
    width:60%;
    margin:0px;
}

.radio-unchecked{
    background-image: url('../images/f/radio-off.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.login-checked{
    background-image: url('../images/f/login-checked.png') !important;
    background-repeat: no-repeat !important;
    width: 32px !important;
    height: 32px !important;
}

.login-check{
    background-image: url('../images/f/radio-off.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.new-login{
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.disp-block{
    display: block;
}

.disp-inblock{
    display: inline-block;
}

.loginuser{
    padding-top: 10px;
}


.newusercontent{
    float: left;
}

.newusercontent .login-inst{
    font-size: 12px;
    color: #A8A7A7;
}


.return-customer{
    margin-right: 40px;
}

.return-usercontent{
    float: left;
}
.return-usercontent .login-inst{
    font-size: 12px;
    color: #A8A7A7;
}

.left{
    float: left;
}

.right{
    float: right;
}

.cus-font{
    font-size: 18px;
}

.login-pading{
    padding-bottom: 25px !important;
}

.login-username{
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-email{
    padding-top: 10px;
    padding-bottom: 35px;
}

.login-socialnetwork{
    float: right;
    width: 40%;
    position: relative;
    top: 80px;
    left: 47px;
}
.login-facebook{
    width: 275px;
    background-color: #2282C5;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}
.login-facebook img{
    vertical-align: middle;
}

.login-google{
    width: 275px;
    background-color: #C2452C;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    padding: 5px 5px 5px 5px;
    margin-top: 20px;
    cursor: pointer;
}
.login-google img{
    vertical-align: middle;

}

.useroptions{
    background-color: #f4f2f2;
    border: 1px solid #caccca;
    border-top: none;
    padding: 15px 0;
}
.useroptions .login-logo{
    float: left;
    margin-top: 10px;
    position: relative;
    left: 25px;
}
.log-in .btn{
    margin: 18px 0;
    padding: 10px 15px;
    font-size: 18px;
}

