.errorDivMessage {
    background: #ff5c3b;
    color: #fff;
    border: none;
    background-image: none !important;
}
.errorDivMessage ul {
    margin-bottom: 0;
}

.regLogForm ul {
    float: right;
    width: 100%;
    text-align: right;
    list-style: none;
    margin-top: -8px;
    color: #ff9500;
    padding: 0;
    font-size: 13px;
}
.regLogForm ul li {
    display: none;
}
.regLogForm ul li:first-child {
    display: block;
}

.regLogForm input.errorBorder {
    border: 1px solid #ff9500;
}

.regLogForm .confirm-btn, .confirm-btn{
    font-size: 18px;
    margin-top: 10px;
    line-height: 42px;
    height: auto;
    border: none;
    padding: 0 10px;
}

.sign-facebook-btn{
    background:#3b5998;
    font-size:18px;
    padding:12px;    
}

.sign-facebook-btn:hover, .sign-facebook-btn:active, .sign-facebook-btn:focus{
    background:#466ab4;
}

.registerForm {
    width: 400px;
    padding: 0 15px;
}

.termis{
    font-size:12px;
    color:#999;
    margin-top:10px;
}

.termis a{
    color:#36424a;
}

.separate-or{
    border-bottom: 1px #f4f4f4 solid;
    margin-top:30px;
    margin-bottom:30px;
}

.login-keep{
    font-size:13px;
    color:#999;
}

.regLogForm label {
    display: none;
}

.regLogForm input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 13px;
}

#remember_me {
    width: auto;
    height: auto;
}

.passTitle {
    font-size: 22px;
    margin-bottom: 16px;
}
.modalPassText {
    font-size: 18px;
}

.regLogForm input:focus {
    outline: #55d7c4 auto 3px !important;
    border: 1px solid #55d7c4 !important;
}

.regLogForm input::-webkit-input-placeholder {
    font-weight: 300;
    color: #707a82;
}
.regLogForm input:-moz-placeholder {
    font-weight: 300;
    color: #707a82;
}
.regLogForm input::-moz-placeholder {
    font-weight: 300;
    color: #707a82;
}
.regLogForm input:-ms-input-placeholder {
    font-weight: 300;
    color: #707a82;
}

.fbLogin.fa.fa-facebook {
    font-size: 25px;
    margin-right: 8px;
    vertical-align: bottom;
}

.modal-dialog {
    width: 400px;
    margin-top: 80px;
}

#rememberMeL {
    display: block;
    font-weight: normal;
    margin-left: 16px;
}


@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 98%;
        margin-top: 130px;
    }
}

@media only screen and (max-width: 400px) {
    .registerForm {
        width: 90%;
    }
}
