body {
    background: url(img/7.jpg) no-repeat;
    background-size: cover;
    margin:0px;
    font-family: 'Open Sans', sans-serif;
}
div.register_main {
    margin:0px auto;
    width:340px;
    padding:0px;
}

div.register_main .padder { display:block; height:15px; width:10px;}

div.register_main fieldset {
    /*margin-top:15px;*/
    padding: 0px!important;
    background: #fff;
    font-size: 14px!important;
    color: #D3D4D2!important;
    text-shadow: 0 1px 0 black;
    /*padding:10px;*/
    -webkit-border-radius:5px;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow:#2a3036 0px 0px 15px;
    /*position: absolute;*/
    margin-top: 25%;
    background: #f6f6f6;

}

div.register_main input#username {
    /*border: 1px solid #C5C5C5;*/
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 5px;
    width: 255px;
    color:#8c8b8b ;
    display: inline;
    margin-right:3px;
    /*box-shadow: 0 1px 1px #303030;*/
}

div.register_main input#password {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 5px;
    width: 260px;
    color:#8c8b8b ;
    display: inline;
}

.login_wrapper input:-webkit-autofill {
    background: #fff!important;
}

div.register_main input {padding:2px; font-size:1.2em; display:block; }

div.register_main p { font-size:.8em; }
div.register_main p a:first-child { border-right:1px solid #ddd; padding-right:5px; margin-right:5px; }
div.register_main p a:hover { text-decoration:underline; }

legend {
    display:block;

}
fieldset div.logo {
    vertical-align:top;
    margin-left: auto;
    display:block;
}
fieldset form { display:inline-block; }
fieldset h1 { font-size: 1.8em; margin-bottom:7px; color: #9F9F9F; text-shadow: 0 1px 0px #fff;}
#force_login_cbox {
    display: inline-block;
    margin-right: 5px;
}

fieldset a {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

#loginform a {
    color: #9F9F9F;
    text-shadow: none;
}

#loginform p {
    margin-top: 5px;
}

.login_wrapper {
    color: #9F9F9F;
    text-shadow: 0 1px 0 #fff;
}

*:focus { outline:none; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: #000;
}

.inputButton {
    /*border-radius: 5px;*/
    background: #000;
    /*background: rgba(32,124,229,1);*/
    /*background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(73,155,234,1)));*/
    /*background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(73,155,234,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=0 );*/
    border: 1px solid #e6ecef;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: pointer;
    /*-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);*/
    /*-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);*/
    /*box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);*/
}

input.inputButton:hover {
    background: #03a9f4!important;
}

div.register_main input.inputButton {
    padding: 5px 40px;
    float: right;
    /*color: #fff;*/
    margin-right: 15px;
    margin-top: 15px;
    /*border: 1px solid #317ac4;*/
    /*box-shadow: 0 1px 1px #fff;*/
    border: 1px solid #e6ecef;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
}

.forgot {
    margin-left: 15px;
    margin-top: 15px;
}

hr.style1{
    color: #d6d6d6;
    /*background-color: #f00;*/
    height: 0px;
    margin-left: -1px;
    margin-right: -1px;
}

span{
    vertical-align: top;
    white-space: nowrap;
    display: inline-block;
    -moz-box-shadow: 0px 0px 5px 0px #8f8f8f;
    background-color: rgb(255, 255, 255);
    color: #777;
    text-shadow: rgba(255, 255, 255, 0.37) 0 1px 0;
    border-radius: 5px;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #BDBDBD;
    float: left;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}
span input{
    width: 74px;
    font-size: 15px;
    border: 0;
}

span#force_login_label {background: none; border: none; float: left}

.forgot_login {
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    background: no-repeat;
    padding: 10px;
    width: 255px;
    color: #8c8b8b;
    display: inline;
    margin-right: 3px;
}

.label_forgot_password {
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.powered {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}
