#bottomColor {
    height: 50px;
    width: 40%;
    position: fixed;
    background-color: rgb(123, 218, 142);
    bottom: 0;
}

    #bottomColor h2 {
        color: white;
        text-align: center;
        font-family: var(--main-font);
        font-size: 25px;
        margin: 10px;
    }

.login {
    width: 350px;
    min-height: 470px;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    bottom: 5%;
    right: 5%;
    -webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.69);
    box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.69);
}

    .login:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../Images/ist_ui_logos/login_bottom.png) content-box content-box;
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: -1;
    }

    .login p.submit {
        text-align: center;
    }

    .login p {
        text-align: center;
        margin: 20px 0 0;
    }

    .login:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        border-radius: 0px;
        color: #999 !important;
    }

 
.login p:first-child {
    margin-top: 0;
}

.login-help {
    float: left;
    font-size: 14px;
    color: #222;
    position: relative;
    bottom: -20px;
    margin-left: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 70px !important;
}

    .login-help a {
        color: #404040;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

:-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

 
#input_login {
    font-family: var(--main-font);
    font-size: 14px;
}

.input_login[type=text], .input_login[type=password] {
    padding: 0 20px;
    width: 310px;
    height: 40px;
    background: #F4F7FA;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 3px;
}

    .input_login[type=text]:focus, .input_login[type=password]:focus {
        border-color: #7dc9e2;
        outline-color: #dceefc;
        outline-offset: 0;
    }

.input_login[type=submit] {
    padding:5px 20px;
    color: #FFFFFF;
    background-color: #1F93A3;
    border: 1px solid #1F93A3;
    border-radius: 5px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    cursor: pointer;
}

    .input_login[type=submit]:hover {
        background-color: #24a9bb;
        border: 1px solid #24a9bb;
    }

    .input_login[type=submit]:active {
        background: #cde5ef;
        border-color: #9eb9c2 #b3c0c8 #b4ccce;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    }

#LangId {
    padding: 5px 5px;
    border: 1px solid #e7dab0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    line-height: 11px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-shadow: 0 1px #e3f1f1;
    width: 271px;
    height: 34px;
}

.label_login {
    color: #1F93A3;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background: none;
}

.login-version {
    position: fixed;
    bottom: 3px;
    right: 3px;
    color: #404040;
    font-size: 8px;
    font-weight: bold;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}

#btnForgetPassword {
    color: #1F93A3;
    text-decoration: none;
    font-weight: bold;
}


.no-close .ui-dialog-titlebar-close {
    display: none
}

.error {
    color: red;
}