.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(65, 141, 193, 0.7);*/
    background-color: var(--settings_color, #1A73E8);
    /*background-color: rgba(54, 84, 99, .7);*/
    border-radius: 4px 4px 0px 0px;
}

.login100-form {
    /*width: 100%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 27px 88px 93px 88px;
    border-radius: 0px 0px 4px 4px;
}

.login100-form-title-1 {
    font-size: 30px;
    /*direction: rtl;*/
    display: flex;
    flex-direction: row-reverse;
    color: #fff;
    line-height: 1.2;
    text-align: center
}
.login100-form-title-1 p{
    float: right;
    width: 70%;
}

.label-input100 {
    font-size: 15px;
    color: gray;
    /*line-height: 1.2;*/
    text-align: left;
    /*position: absolute;*/
    /*top: 14px;*/
    /*left: -105px;*/
    width: 80px
}

.input100 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 0 5px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    background: #466eb8
}


.label-checkbox100 {
    font-size: 13px;
    color: #333;/*#999*/
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

/*.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}*/

.responsive {
    max-height: 120px;
    width: auto;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    /*max-width:30%;*/
    float:left;
    overflow: hidden;

}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;
}
.close-icon {
    float: right;
    cursor: pointer;
}

.input-group-prepend{
    margin-right:3px;
}

.input-group-text,
.input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

#log_user_name , #log_password{
    width: 89% ;
    height: 40px;
}

.login_extra_inputs_container select{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


@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
    }
}
