<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error {
    border-color: red;
}

.container-form {
    min-width: 310px;
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.15);
    padding: 0 40px 10px;
}

.container-signup {
    max-width: 520px;
    margin: 150px auto 40px;
}
.container-signup input[type=radio]{  margin-top: 6px;}
.container-signup input[type=checkbox]{  margin-top: 6px;}
.container-signup .checkbox, .radio{ margin-top:0; margin-bottom:0;}

.container-signin {
    max-width: 400px;
    margin: 180px auto 40px;
}

.container-forgot {
    max-width: 400px;
    margin: 180px auto 40px;
    margin-top: 230px;
    padding-bottom: 20px !important;
}

    .container-forgot .form-button {
        margin-top: 5px;
    }

    .container-forgot h2 {
        margin-bottom: 8px !Important;
    }

.container-form h2 + p {
    color: #666;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 20px;
}

.container-form .signlogo {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 129px;
    text-align: center;
    /*background: url("../Images/logo_bg.png") no-repeat;*/
    padding: 5px;
    margin-top: -71px;
    display: block;
}

    .container-form .signlogo img {
        border-radius: 50%;
        padding: 2px;
        background: #f2f2f2;
        width: 95%;
    }

.container-form h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    color: #666;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    margin: 5px auto 20px;
}

.container-form .form-group {
    position: relative;
    padding: 0;
}

.container-signin .form-group, .container-forgot .form-group {
    margin-bottom: 15px;
}

.container-signup .form-group:nth-child(even) {
    padding-left: 8px;
}

    .container-signup .form-group:nth-child(even) label {
        left: 8px;
    }

.container-signup .form-group:nth-child(odd) {
    padding-right: 8px;
}

.container-form .form-group input,.container-form .form-group .input {
    font-size: 15px;
    width: 100%;
    height: 34px;
    line-height: 1;
    padding: 0 10px 0 34px;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
    border: none;
    border-radius: 2px;
    background: #fcfcfc;
    outline: none;
    transition: all linear .2s;
}

    .container-form .form-group input:focus {
        box-shadow: 0 0 0 1px #1950a0;
        background: #fff;
    }

    .container-form .form-group input.erro-nofloat + .Errors {
        position: relative;
        left: 0;
        border: none;
        background: none;
        padding: 5px 0;
        margin-bottom: -10px;
    }

        .container-form .form-group input.erro-nofloat + .Errors:before {
            display: none;
        }

.container-form .form-group label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: #959595;
    margin: 0;
    font-weight: 300;
}

.container-form .form-group input:focus + label {
    color: #1950a0;
}

.container-form .form-group input.ErrorTxt + label {
    color: #db4453;
}

.container-signin.logined .login-cont-item, .container-signin .phone-cont-item {
    position: absolute;
}

.container-signin.logined .phone-cont-item {
    position: relative;
}

.container-signin .form-input-check {
    padding: 0;
    margin-top: -5px;
}

.form-input-check label {
    color: #777;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}

    .form-input-check label:hover {
        color: #333;
    }

.form-input-check a {
    font-size: 14px;
    color: #0b316f;
}

.form-input-check input {
    width: 15px;
    height: 15px;
    margin: -4px 0 0;
    vertical-align: middle;
}

    .form-input-check input:checked + span {
        color: #333;
    }

.form-other-title {
    position: relative;
    margin-bottom: 10px;
}

    .form-other-title span {
        background: #f2f2f2;
        position: relative;
        padding: 0 10px;
        color: #999;
        font-size: 14px;
    }

    .form-other-title:before {
        content: "";
        position: absolute;
        top: 13px;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.05);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        height: 1px;
    }

.form-other a.iconfont {
    border: 1px solid #ddd;
    font-size: 28px;
    line-height: 28px;
    color: #10d219;
    text-decoration: none;
    outline: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all linear .2s;
}

    .form-other a.iconfont:hover {
        background: #1950a0;
    }

.container-form .form-group:nth-child(even) .form-dropmenu, .container-form .form-group:nth-child(even) .Errors {
    left: 8px;
}

.container-form .form-group:nth-child(odd) .form-dropmenu, .container-form .form-group:nth-child(odd) .Errors {
    right: 8px;
}

.form-button {
    width: 180px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #f2f2f2;
    margin: 15px auto 0;
    outline: none;
    text-transform: uppercase;
    transition: all linear .2s;
}

.form-button-create {
    background: #1950a0;
    color: #fff;
}

    .form-button-create:focus {
        background: #1950a0;
        color: #fff;
    }

    .form-button-create:hover {
        background: #1386cb;
        color: #fff;
    }

    .form-button-create:active {
        background: #127ebf;
        color: #fff;
    }

.form-button-login {
    background: #d0181f;
}

    .form-button-login:hover {
        background: #eb261c;
    }

    .form-button-login:active {
        background: #c11f16;
    }

.form-button + .form-toggle {
    padding: 10px 0;
    display: block;
    font-size: 14px;
    /*color: #666;*/
}

.container-form .form-group input:focus ~ .select-icon {
    color: #1950a0;
}

@media (max-width: 768px) {
    .container-form {
        padding: 0 20px 10px;
        margin: 120px auto 40px;
    }

        .container-form .form-group {
            width: 100%;
            padding: 0 !Important;
        }

            .container-form .form-group label {
                left: 0 !Important;
            }

    .form-dropmenu, .Errors {
        left: 0 !Important;
        right: 0 !Important;
    }

    .container-form .select-icon {
        right: 2px;
    }
}

@media (max-width: 479px) {
    .container-form {
        margin: 120px 5px 40px;
    }
}
/*# sourceMappingURL=signform.css.map */
</pre></body></html>