@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.ttf)
}


.m-b-26{
    margin-bottom:26px
}
.p-b-20{
    padding-bottom:10px
}
.m-b-18{
    margin-bottom:18px
}
.m-t-18{
    margin-top:18px
}
.w-full{
    width:100%
}
.f-14{
    font-size: 14px;
}

#login_message ,#reset_pass_login_message,#forget_message{
    display: none;
}
#forget_password,#reset_pass{
    color: #333 !important;
}
body {
    background:#000 url('../images/login/login_main_bg.jpg') center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-sb-m{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    -ms-align-items:center;
    align-items:center
}

a {
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none!important
}

a:hover {
    text-decoration: none;
    color: #608cdb
}

input {
    outline: none;
    border: none;
    background: none;
}

button {
    outline: none!important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

.container-login100 {
    /*width: 100%;*/
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.slide_up{
    animation:2s slide_up ease-in-out forwards;
}

.wrap-login100 {
    width: 600px;
    background: #fff;
    border-radius: 10px;
    /*overflow: hidden;*/
    position: relative;
    /*opacity: 0.8;*/
}

.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url(images/bg-01.jpg);*/
}
.login100-form-title-1{
    width:90%
}
.login100-form{
    /*border:none;*/
    border: 1px solid gray;
}
.padd-title {
    padding: 74px 15px 74px;
}

.padd-title-img {
    padding: 30px 15px 30px;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background:  linear-gradient(179.7deg, rgb(3, 100, 172) 1.2%, rgba(23, 125, 193, 0.84) 99%);*/
}
.wrap-input100 {
    width: 75%;
    /*position: relative;*/
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}
.wrap-input50 {
    /*// width: 50%;*/
    position: relative;
    border-bottom: 1px solid #b2b2b2
}
.label-input-small-version {
    font-size: 11px;
    color: gray;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 10;
}
.label-input-small-company {
    font-size: 11px;
    color: gray;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 10;
}
.label-input-small-company i {
    font-size: 12px;
    color: gray;
    line-height: 1.2;
}


.input100 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 0 5px
}

/*input.input100 {
  // height: 45px*/
/*}*/

.input100:focus+.focus-input100::before {
    width: 100%
}

.has-val.input100+.focus-input100::before {
    width: 100%
}

.input-checkbox100 {
    display: none
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #466eb8
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block;
    /*display: flex;*/
    flex-wrap: wrap
}

.input-group{
    opacity:1;
    background-color: #fff;
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%;
}
.input-group-prepend{
    display:-ms-flexbox;
    display:flex;
    width: 45px;
}
.input-group-text{
    height: 31px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:.375rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:4px;
}
.input-group-prepend span{
    width:50px;
    background-color:var(--settings_color, #1A73E8);
    color:#fff;
    border:0!important;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 43px;
    background-color: var(--settings_color, #1A73E8);/*#466eb8;*/
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    background-color: #333
}

.responsive:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#login_reload,#forget_reload{
    background:url('../images/common/reload.gif') 0 -20px no-repeat;
    height:19px;
    width:20px;
    border:none;
    cursor:pointer;
    display:block;
    color:transparent;
}
#login_verify_container,#forget_verify_container{
    width:80px;
    display:block;
    height:26px;
    background:url('../images/common/ajax-loader.gif') center center no-repeat;
}
/*Forget Password*/

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 20px;
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 90%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #28a745;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}
/* Add some hover effects to buttons */
.form-container .btn:hover:hover {
    opacity: 1;
}

/*******************/
@media(max-width:576px) {
    .login100-form {
        padding: 43px 15px 57px 117px
    }
    #log_user_name, #log_password {
        width: 80% !important;
    }
}
@media(max-width:340px) {
    #log_user_name, #log_password {
        width: auto !important;
    }
}
@media(max-width:480px) {
    .login100-form {
        padding: 43px 15px 57px
    }
    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px
    }
}
.card{
    background-color:rgba(250,250,250,0.8)!important;
    border:none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 21px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 17px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--settings_color, #1A73E8);
}

input:focus + .slider {
    box-shadow: 0 0 1px #418dc1;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.contact100-form-checkbox{
    display:inline-flex
}
#login_logo{
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;

    margin: 25px 0 25px 25px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-family: sans-serif;
}
#login_logo:after {

    animation: shine 5s ease-in-out  infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
        );
}


@keyframes shine{
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}


.glossyStyle {
    position: relative;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}

.glossyStyle::before {
    content: "";
    /*background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);*/
    background: #f0f0f052;
    position: absolute;
    width: 100%;
    height: 50px;
    transform: skewY(-45deg);
    animation: glossyAnimation 4s ease infinite forwards;
}

@keyframes glossyAnimation {
    0% {
        top: -150px;
    }

    80%,
    100% {
        top: 200%;
        opacity:0.5
    }

}


.qrcode{
    display: flex;
    justify-content: center;
    position:absolute;
    left:0;
    right:0;
    bottom:-45px;

}
.login_qrcode{
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 5px black;
    border-radius: 4px !important;
}
.login_qrcode *{
    width: 80px !important;
}

@keyframes slide_up{
    0%{
        opacity:0;
        transform:translateY(-100px);
    }
    100%{
        opacity:1;
        transform:translateY(0px);
    }
}

@media screen and (max-width:600px){
    .login_qr_code{
        /*display: none;*/
    }
}

.login_extra_inputs_container select{
    width: 100% !important;
    height:100%;
    border-radius: 0;
    background-color: white;
}