/*------------------------------------------------------------------
[My Configs]
*/

.gradient-bg {
    background-image:-moz-linear-gradient(top, #ececec 49.7%, #ececec 50%,#ececec 50%);
    background-image:linear-gradient(top, #ececec 49.7%, #ececec 50%,#525354 50%);
    background-image:-webkit-linear-gradient(top, #ececec 49.7%, #ececec 50%,#ececec 50%);
    background-image:-o-linear-gradient(top, #ececec 49.7%, #ececec 50%,#ececec 50%);
    background-image:-ms-linear-gradient(top, #ececec 49.7%, #ececec 50%,#ececec 50%);
}
.login-bg {
    background-image: url('../../img/bg/login_bg.jpg') !important;
    background-repeat: no-repeat, repeat;
    background-size: 100%;
}

.login-bg-2 {
    background-image:
    linear-gradient(to bottom, rgba(6, 14, 56, 0.75), rgba(46, 24, 143, 0.90)),
    url('../../img/bg/login_bg.jpg');
    width: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}
.login-logo {
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top:50px;
}
.login-title {
    font-family: 'Roboto';
    font-size: 32px;
    color: #ff8c00 !important;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 10px #ff8c00; */
}
@media screen and (max-width: 768px) {
    .login-logo {
        top:15px;
    }
    .login-logo img {
        max-width:90%;
        height:auto;
    }
}
.login-centered {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.system {
    font-size:28px;
    font-family:'Open Sans';
    color:#f6f7f8;
    text-transform:uppercase;
    margin-bottom:15px;
}
.system .fa {
    color: #f6f7f8;
}
.login-ad {
    position:absolute;
    left:0;
    right:0;
    bottom:50px;
    text-align:center;
}
.login-form, .login-recovery {
    background-color:#e5e9ec;
    padding:30px;
    border-radius:15px;
    width:400px;
    z-index:1;
}
@media screen and (max-width: 768px) {
    .login-form, .login-recovery {
        max-width:90%;
    }
}
.forgot {
    color:#ffffff;
}
.forgot:hover {
    color:#ffffff;
}

.btn-login {
    color: #0b1832;
    background-color: #fa8c01;
    border-color: #fa8c01;
    min-width:200px;
    height:48px;
    font-weight: 900 !important;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active {
    color: #0b1832;
    background-color: #b36504;
    border-color: #b36504;
    font-weight: 900 !important;
}

.btn-login:active,
.btn-login.active {
    background-image: none;
}

.alert ul {
    list-style:none;
    padding-left:0;
}
.nowrap {
    white-space:nowrap;
}

.paddings .col-xs-6:first-child {
    padding-right:7.5px !important;
}

.paddings .col-xs-6:last-child {
    padding-left:0 !important;
}
.checkbox label {
    margin-right:0;
}