.error-text {
    font-size: 11px;
    color: #f74a27;
}
.log-in-page {
    background: url('../img/login-page.jpg') no-repeat;
    margin-top: 105px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:150px 0px;
    min-height:1080px;
}

.form-background {
    background: rgb(238, 243, 246, 0.8);
    padding: 30px;
}

.form-title {
    font-size: 24px;
    color: #004c99;
    font-family: 'OpenSans-Semibold', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.form-background .input-group {
    margin-bottom: 12px;
    height:50px;
}

.form-background .form-control {
    border: none;
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    font-family: 'OpenSans', sans-serif;
    background: #fff;
}

.input-group-addon {
    padding: 6px 12px;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #006ab3;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.btn-default {
    background: #e01d2f;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'OpenSans-Semibold', sans-serif;
    margin: 20px auto;
    display: block;
    width: 100%;
}

.btn-default:hover, .btn-default:focus {
    background: #004c99;
    color: #fff;
}

.center-icons {
    text-align: center;
    margin-top: 30px;
}

.social-log-in-title {
    font-size: 17px;
    color: #2b2b2b;
    font-family: 'OpenSans-Light', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.fb-icon {
    background: #007bff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.tw-icon {
    background: #1da1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.g-icon {
    background: #ea4335;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.fa-facebook-f {
    color: #fff;
    font-size: 20px;
}

.fa-twitter {
    color: #fff;
    font-size: 20px;
}

.fa-google-plus-g {
    color: #fff;
    font-size: 20px;
}

.inline-position {
    display: inline-block;
}

.forgot-pass {
    text-align: center;
    font-size: 14px;
    color: #004c99;
    font-family: 'OpenSans-Light', sans-serif;
    margin-top: 20px;
}

.forgot-pass a:hover, .forgot-pass a:focus {
    color: #e01d2f;
}

/* RESPONSIVE CSS
----------------------------------------------------------------------------*/
/* 1440 */
@media (min-width: 1370px) and (max-width: 1440px) {
    .form-background {
        padding: 25px 30px;
    }
}

/* 1366 */
@media (min-width: 1279px) and (max-width: 1366px) {
    .form-background {
        padding: 25px 30px;
    }
}

@media (min-width: 1260px) and (max-width: 1280px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
   .log-in-page {
        background: url('../img/login-page-mobil.jpg') no-repeat;
        margin-top: 67px;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding:70px 0px;
        height:1220px!important;
        min-height:unset;
    }

    .form-background {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .form-background {
        padding: 25px 30px;
    }
    .log-in-page {
        background: url('../img/login-page-mobil.jpg') no-repeat;
        margin-top: 67px;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding:50px 0px;
        height:1140px;
        min-height:unset;
    }
}

@media (min-width: 330px) and (max-width: 480px) {
    .log-in-page {
        background: url('../img/login-page-mobil.jpg') no-repeat;
        margin-top: 67px;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding:50px 0px;
        height:1140px;
        min-height:unset;
    }

    .form-background {
        padding: 25px 30px;
    }
}

@media (min-width: 300px) and (max-width: 325px) {
    .log-in-page {
        background: url('../img/login-page-mobil.jpg') no-repeat;
        margin-top: 67px;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding:50px 0px;
        height:1140px;
        min-height:unset;
    }

    .form-background {
        padding: 25px 30px;
    }
}