@media (min-width: 300px)  and (max-width: 1024px) {
    .social {
        height: 70px;
        margin: 3% 0%;
    }
    img{
        margin-left: 7%;
    }
    #box_bg {
        margin: 2% 20%;
        box-shadow: 0px 0px 10px 5px #EAEAEA;
        width: 320px;
        display: block;
        margin: 30px auto 0 auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #fff;
    }
}
@media (min-width: 1025px)  and (max-width: 1980px) {
    .social {
        height: 70px;
        margin: 4% 4%;
    }
    img{
        margin-left: 14%;
    }
    #box_bg {
        margin: 2% 15%;
        box-shadow: 0px 0px 10px 5px #EAEAEA;
        width: 380px;
        display: block;
        margin: 30px auto 0 auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #fff;
    }

}
#login_content,#first_content,#register_content,#reset_password,#verify_account_email,#verify_account_with_email {
    padding: 2px 20px;
}
h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #999999;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Helvetica Neue",sans-serif;
    margin: 2%;
    text-align: center;
}


.fb_login {
    background: url(/images/signup/login_fb.png) no-repeat;
    height: 40px;
    width: 100%;
    display: block;
    float: right;
}
.fb_signup {
    background: url(/images/signup/singnup_fb.png) no-repeat;
    height: 40px;
    width: 100%;
    display: block;
    float: right;
}
.btn_2 {
    padding: 8px 0 0 31px;
    text-shadow: -1px -1px 0 #366c96;
    color: #999999;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    display: block;
}
#login,#register,#password_reset {
    padding: 2px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
}
.close_reset{
    cursor: pointer;
}
#email_id{
    color: green;
}
.login {
    font-size: 12px;
    color: #999999;
    font-family: "Helvetica Neue",sans-serif;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 80%;
    border: 1px solid #D2D2D2;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(/images/signup/user.png) no-repeat;
}
.password {
    background: url(/images/signup/password.png) no-repeat;
}
.email {
    background: url(/images/signup/email.png) no-repeat;
}
.city {
    background: url(/images/signup/city.png) no-repeat;
}
.button.green {
    border: 0;
    background:rgb(18, 111, 202);
    border: 1px solid;
    text-align: center;
    padding: 9px 26px 8px 26px;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    margin-top: 18px;
    width: 60%;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20%
}


#tos_outside{
    float: left;
    margin-top: 5%
}
#tos_outside small{
    font: 12px "Droid Sans",Arial,Helvetica,sans-serif;
    color: #999999;
}
#tos_outside small a{
   color: #999999;
  font-weight: bold;
}
#bottom_text {
    margin: 10px 15px 10px auto;
    width: 300px;
    display: block;
    text-align: center;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
}
#bottom_text a {
    color: #999999;
    font-weight: 700;
    padding: 0 8px 0 0;
    text-decoration: none;
    font-size: 14px
}
fieldset{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
label{
    margin-top: 5%;
    float: left;
    font: 13px "Droid Sans",Arial,Helvetica,sans-serif;
}
.signup-or-separator{
    background: none;
    height: 20px;
    position: relative;
    text-align: center;
    margin-top: 1%;
}
.signup-or-separator .text{
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    margin: 0;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 50px;
}
.signup-or-separator hr{
    margin: -16px auto 10px auto;
    width: 90%;
    border: 0;
    border-top: 1px solid #dbdbdb;
}
#user_type{
    font-size: 12px;
    color: #7F7F7F;
    font-family:"Helvetica Neue",sans-serif;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 100%;
    display: block;
    border: 1px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(/images/signup/user.png) no-repeat;
}
#seller_type{
    font-size: 12px;
    color: #5F7883;
    font-family:"Helvetica Neue",sans-serif;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 100%;
    display: block;
    border: 1px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 4px #f1f1f1;
    background: url(/images/signup/user.png) no-repeat;
}
.info_div, .success_div, .warning_div, .error_div, .validation_div {
    margin: 10px 0px;
    padding:10px 0px 0px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info_div {
    color: #00529B;
}
.success_div {
    color: #4F8A10;
}
.warning_div {
    color: #9F6000;
    background-color: white;
    background-image: url('/images/warning.png');
}
.error_div {
    color: #D8000C;
}

