.help-block { color: #ED3237 !important}

.form-block input, select, textarea {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #666666;
    float: left;
    font-size: 15px;
    height: 40px;
    outline: medium none;
    padding: 10.5px 10px;
    margin: 5px 0px;
    width: 100%;
    box-shadow: none;
}

.form-block input[type="checkbox"] {
    cursor: pointer;
    height: 16px;
    opacity: 1;
    width: 16px;
    margin: 2px 0 0;
}

.l-left {
    float: left;
}

.l-right {
    float: right;
}

.clr {
    clear: both;
}



.form-block .button-light-blue {
    background: #507cab none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    min-width: 120px;
    padding: 0 10px;
}

.form-block h4{
    color: #080808;
	text-align:left;
}

.form-block  button {
    overflow: visible;
}

label.l-left {
    color: #333333;
    cursor: pointer;
	font-weight: normal;
	font-size: 91.5%;
    padding-left: 5px;
}

.alternative-login {
    font-size: 0;
    margin-top: 15px;
    padding: 5px 0;
    position: relative;
    white-space: nowrap;
	border-top:1px solid #F0F0F0;
}


.alternative-login > p {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    white-space: normal;
}

.alternative-login h1{
	margin:8px 0px 0px 0px !important;
}

.g-block::before {
    background: rgba(0, 0, 0, 0) url("../img/login-sprite.png") no-repeat scroll 0 0;
    height: 17px;
    width: 16px;
}
.g-block::before, .fb-block::before {
    content: "";
    left: 12px;
    position: absolute;
    top: 12px;
}
.g-block {
    margin-right: 20px;
}

.fb-block::before {
    background: rgba(0, 0, 0, 0) url("../img/fb.png") no-repeat scroll 0 0;
    height: 17px;
    width: 16px;
}
.fb-block {
    margin-right: 20px;
}

.alternative-form-block {
    background-color: #f3f3f4;
    border-radius: 5px;
    color: #507cab;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    padding: 11px 0px 11px 56px;
    position: relative;
    vertical-align: top;
    width: 145px;
    text-align: center;
    font-weight: 700;
}

.signup-block {
    color: #507cab;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
}

.signup-block  .a{
	cursor:pointer
}