/***
Login page
***/
@font-face {
    font-family: Eczar-SemiBold;
    src: url(../fonts/Eczar-SemiBold.ttf)
}

@font-face {
    font-family: Eczar-Regular;
    src: url(../fonts/Eczar-Regular.ttf)
}


body {
    font-family: 'Open Sans', sans-serif;
}

.login {
        background-image: url(../../img/bg-login.jpg);
    background-position: unset;
    background-size: cover;
}

.login .logo {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}

.login .logo img {
    width: 80px !important;
}

.login .login-form {
    background-color: #fff;
    width: 360px;
    margin-bottom: 0px;
    padding: 10px 30px!important;
    border-radius: 6px;
    margin: 0 auto!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login .content h3 {
    color: #333;
}

.login .content h4 {
    color: #e9e9e9;
    font-size: 14px;
}

.login .content p, .login .content label {
}

.login .content .login-form, .login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

/*.login .content #forget-password{color: #FF5722;}*/
.login .content .form-control {
    background-color: #fff7ec;
    border: 1px solid #FF9800;
    color: #000;
}

.login .content .forget-form {
    /*display: none;*/
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 0px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 10px;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 12px;
}

/*.refreshcap .fa.fa-refresh{color:#fff;}*/
.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.login .content .has-error .select2-container i {
    color: #b94a48;
}

.login .content .select2-container a span {
    font-size: 13px;
}

.login .content .select2-container a span img {
    margin-left: 4px;
}

/* footer copyright */
.login .copyright ,.login .copyright a {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    color: #ccc;
}

.login .form-group label {
    color: #333;
    font-weight: normal;
    font-family: 'Eczar-Regular', sans-serif;
    font-size: 18px;
}

footer.login {
    width: 100%;
}

.last-div {
    margin-top: 10px;
    background: #333e48;
    padding: 10px 0;
    position: relative;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}

@media (max-width: 480px) {
    /***
  Login page
  ***/.login .logo {
        margin-top:10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

.login-left {
    background: #673AB7;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    height: 500px;
    padding-top: 5%;
}

.login-right {
    background: #fff;
    color: #000;
    border-radius: 0px 10px 10px 0px;
    height: 500px;
}

.back-to-home {
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px 8px;
    color: #673AB7;
    font-size: 20px;
}

.btn-login {
    background: #0c0c0c;
    width: 100%;
    color: #fff;
}

.btn-login:hover {
    background: #2f2f2f;
    color: #fff;
}

.img-login {
    width: 340px;
    display: block;
    margin: 10px auto;
}

.login-brand {
    background: url(../../../assets/images/background/inner.png);
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 5px;
}

.start-form .panel-default>.panel-heading {
    color: #fff;
    background-color: #ff5d29f2;
    border-color: #ff5d29f2;
    font-size: 16px;
    text-transform: uppercase;
}

.start-form .panel-default {
    border-color: #f1f1f1;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

/*
radion button
===========================================
*/
.start-form .radio {
    padding-left: 20px;
    width: 30%;
}

.start-form .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: bold;
}

.start-form .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.start-form .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.start-form .radio input[type="radio"] {
    opacity: 0;
}

.start-form .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.start-form .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.start-form .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.start-form .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.start-form .radio.radio-inline {
    margin-top: 0;
}

.start-form .radio-primary input[type="radio"] + label::after {
    background-color: #ff6534;
}

.start-form .radio-primary input[type="radio"]:checked + label::before {
    border-color: #ff6534;
}

.start-form .radio-primary input[type="radio"]:checked + label::after {
    background-color: #ff6534;
}

.input-icon i {
    color: #383838;
}

/*.form-actions a,.form-actions a:hover{
      text-shadow: none !important;
    color: #ff4308;
  }*/
.form-actions p {
    color: #000!important;
}

.navbar-brand {
    float: none;
}

.logo-text {
    color: #fff;
}

.logo-text h3 {
    font-size: 45px;
    margin-top: 10px;
    font-weight: bold !important;
    font-family: Eczar-SemiBold;
    margin-bottom: 0px;
    color: #eeedeb;
}

.login .logo {
    padding: 0px;
}

.loginner {
    height: calc(100vh - 244px);
}

@media (max-width: 1366px) {
    .loginner {
        height:auto;
    }

    footer.login {
        position: inherit;
    }
}

@media (max-width: 767px) {
    .loginner {
        height:auto;
    }
}

.foot-text {
    display: flex;
    justify-content: center;
}

.foot-text h4 {
    font-size: 14px !important;
    color: #fff !important;
    padding: 13px 10px 0px 0;
    margin: 0px;
    font-family: 'Eczar-Regular';
}

.foot-last-text {
    display: flex;
    justify-content: center;
}

.loginner .form-group {
    margin-top: 12px;
}

.last-color a:hover {
    color: #FFEB3B !important;
}

.last-color a {
    color: #FFEB3B !important;
}

.logo-text small {
    font-family: Eczar-Regular;
}
body.login:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000033;
    top: 0px;
    z-index: -1;
}