.form div.input.checkbox {
    min-width: 280px;
}
.optional{
    padding-left: 2px;
}
.form input[type="checkbox"] + label::before {
    margin-bottom: -35px;
}
div.required-visible,
.optional{
    width: 100%;
}
.form div.input.checkbox {
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 20px;
}
#users-login h2 {
    font-size: 30px;
    color: #ae2221;
    font-weight: bold;
    text-align: left;
}
div.select-box{
    width: 95%;
    margin: 0px 0px 10px 4%;
    float: left;
    max-width: 240px;
}
select{
       width: 105%;
}
.registered{
    width: 100%;
    margin: -35px 0px 15px 5px;
    color: rgb(136, 135, 133);
}
.register-margin{
    margin: 4px 0px 7px 10px;
}
.register-location {
	margin-top: 49px;
	margin-left: -15px;
}
div.register-wrap{
    background: url('../img/opti/register-background.png') no-repeat right top;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: 35px;
    margin-bottom: 35px;
    color: rgb(110, 109, 107)
}
div.register-form{
    background: rgba(250, 250, 250, 0.8);
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.btn-login {
    font-size: 17px;
    line-height: 14px;
    color: rgb(253, 252, 252);
    text-align: left;
    padding-left: 30px;
    width: 90px;
    height: 27px;
    margin: 0px 0px 10px 10px;
    background-color: #ae2221;
    background-image: url('../img/whitestar.png');
    background-position: left 8px center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.btn-login.location {
    width: 273px;
}
.js_location {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 30px;
}
.form input.btn-register[type="submit"]  {
    font-size: 17px;
    line-height: 14px;
    color: rgb(253, 252, 252);
    text-align: left;
    padding: 4px 30px 5px 30px;
    width: 150px;
    height: 27px;
    margin: 0px 0px 20px 0px;
    background-color: #ae2221;
    background-image: url('../img/whitestar.png');
    background-position: left 7px center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.form input[type="submit"]:hover {
    color: #640e0d;
    background-image: url("../img/whitestar.png");
}
div.inside-form-required{
    font-style: italic;
    text-align: center;
    margin-top: 55px;
    font-weight: bold;
}
/*.registered{
        margin-bottom: 10px;
        line-height: 30px;
}*/
.inside-form-required-xs{
    font-style: italic;
    text-align: right;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 10px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
    margin-left: 4%;
    width: 95%;
    margin-bottom: 10px;
    padding-left: 10px;
    max-width: 95%;
}
div.wrap-checkbox{
    display: inline-block;
    margin-top: 5px;
    white-space: normal;
    margin-left: 4%;
    text-align: left;
    width: 100%;
    height: 45px;
}
.form input[type="checkbox"] + label::before {
    content: "";
    margin: 0 5px 0 0;
    margin-left: -25px;
    margin-bottom: -10px;
    padding-left: 0px;
    background-repeat: no-repeat;
}
.form input[type="checkbox"] + label::before {
    background-position: 0px 0px;
}
.form input[type="checkbox"]:checked + label::before {
    background-position: right 0px top 0px;
}
div.error-message{
    color: #ae2221;
    display: inline-block;
     float: left;
     margin-left: 17px;
     font-size: 14px;
}
div.error-message ul {
    display: none;
    list-style-type: none;
}
div.register-padding{
    padding: 0px !important;
}
@media (min-width: 768px){
    .all-content{
        padding-top: 20px !important;
    }
}
@media (max-width: 767px){
    .all-content{
        padding-top: 0px !important;
    }
}


div.register-form select, .form-group select, .optional select, .search-available-job select {
    background: #fff;
    font-size: 14px;
    color: #999;
    height: 33px;
    border: 0;
    line-height: 1.42;
    padding-left: 6px;
    -webkit-appearance: none;
    width:300px;
}
.select_error {
     border:2px solid #ee5f5b  !important;
     webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}
#flashMessage{
    margin-top: 30px;
}
input.input_error {
     border:2px solid #ee5f5b  !important;
     box-shadow: 0 0 6px #f8b9b7;
     webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
         
}
.register_error {
    color: #ae2221;
    margin-left: 20px;
    margin-bottom: 10px;
}
.register_error.town{
    margin-left: 5px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
label.error {
    color: #ae2221;
    float: left;
    margin-left: 17px;
    font-size: 15px;
    font-weight: 200;
}
div.select-box-auto .error-message {
     margin-left: 0px;
}
div.select-box-auto label.error {
     margin-left: 0px;
     margin-top: 10px;
}
div.select-box .error-message {
     margin-left: 0px;
}
.register-location-xs360 {
	display:none;
}
@media (max-width: 340px) {
    .btn-login.location {
        width: 240px;
        font-size: 15px;
    }
}
@media (max-width: 359x) {
	.register-location {
		margin-top: 112px;
		margin-left: -20px;
	}
}
@media (max-width: 360px) {
    .btn-login.location {
        width: 240px;
        font-size: 15px;
    }
}
@media (max-width: 413px) {
	.register-location {
		margin-top: 107px;
		margin-left: -20px;
	}
}
@media (min-width: 414px) and (max-width: 766px) {
	.register-location {
		margin-top: 75px;
		margin-left: -20px;
	}
}
@media (min-width: 767px) and (max-width: 1199px) {
	.register-location {
		margin-top: 80px;
		margin-left: -20px;
	}
}

div.register-wrap-restore-password{
/*    background: url('../img/register-background.png') no-repeat right top;*/
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: 35px;
    margin-bottom: 35px;
    color: rgb(110, 109, 107)
}
.gender-wrapper {
    margin-top: 0px;
    padding-left: 8px;
    clear: both;
}
.gender-wrapper span {
    margin-left: 40px;
}
.gender-wrapper span label {
    padding-left: 0px;
}
.policy-error, .error-age {
    color: #ae2221;
    float: left;
    margin-left: 17px;
    font-size: 15px;
    font-weight: 200;
}
@media (max-width: 360px) {
    div.register-wrap {
	background: url('../img/register-background_360.png') no-repeat right top;
    }
}
@media screen and (min-width: 361px) and (max-width: 480px){
    div.register-wrap {
	background: url('../img/register-background_480.png') no-repeat right top;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    div.register-wrap {
	background: url('../img/opti/register-background_780.png') no-repeat right top;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px){
    div.register-wrap {
	background: url('../img/opti/register-background_1200.png') no-repeat right top;
    }
}
