﻿.zn-help {
    color: #fff;
}

.form-group-no-margin-b{
    margin-bottom:0px!important;
}


.ui-checker {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    font-weight: 700;
}

    .ui-checker i {
        font-size: 20px;
        padding-right: 2px;
        color: #bbbbbb;
        vertical-align: middle;
        font-weight: 700;
    }

        .ui-checker i.active {
            color: #f67536;
        }



    .ui-checker.right {
        float: right;
    }

        .ui-checker.right div {
            display: inline-block;
            padding-right: 5px;
        }

.icon-login-hub {
    position: absolute;
    z-index: 11111;
    font-size: 22px;
    top: 12px;
    left: 16px;
    color: #888888;
}

#btShow {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #01d758;
    border: 1px solid #01d758;
    border-left: 0px;
    color: #fff !important;
    /*padding-right: 9px;*/
    margin: 0px!important;
}

    #btShow i {
        color: #fff !important;
        position: relative;
        right: 0px !important;
        left: -1px !important;
        top: 2px !important;
    }


#btShowlg {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #01d758;
    border: 1px solid #01d758;
    border-left: 0px;
    color: #fff !important;
    /*padding-right: 9px;*/
    margin: 0px !important;
}

    #btShowlg i {
        color: #fff !important;
        position: relative;
        right: 0px !important;
        left: -1px !important;
        top: 7px !important;
    }


#username, #password, #newEmail, #newLg, #exInputp, #exInputc, #exInputle, #exCheckA2f {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 50px;
    background-color: #dedede;
    color: #000;
}

    #username::placeholder, #password::placeholder, #newEmail::placeholder, #newLg::placeholder, #exInputp::placeholder, #exInputc::placeholder, #exInputle::placeholder, #exCheckA2f::placeholder {
        color: #757373;
    }

.page-header[filter-color="green"] {
    background: rgba(44, 44, 44, 0.2);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(54, 190, 13, 0.6));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(54, 190, 13, 0.6));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(54, 190, 13, 0.6));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(54, 190, 13, 0.6));
    /* Standard syntax */
}

.page-header[filter-color="black"] {
    background: rgba(44, 44, 44, 0.2);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0.9));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0.9));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0.9));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0.9));
    /* Standard syntax */
}

.login-page .card-login .logo-container {
    width: 70% !important;
    margin: 0 auto;
    margin-bottom: 30px;
}

.login-page .card-login {
    max-width: 800px !important;
    text-align: center;
}

.login-page .content {
    max-width: 370px !important;
    margin-left: auto;
    margin-right: auto
}

.login-page .action-login {
    max-width: 370px !important;
    margin-left: auto;
    margin-right: auto
}


.login-page .content .alert {
    width: 100% !important;
}

    .login-page .content .alert .container button {
        position: absolute;
        top: 15px;
        right: 15px;
    }


.page-header .title {
    margin-bottom: 15px;
    padding-top: 0px;
}