<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap-user {
    width: 100%;
    max-width: 460px;
    margin: auto;
    box-shadow: -3px 2px 5px 0 rgb(153 153 153);
    -webkit-box-shadow: -3px 2px 5px 0 rgb(153 153 153);
    -moz-box-shadow: -3px 2px 5px 0 rgba(153, 153, 153, 1);
    box-shadow: -3px 2px 5px 0 rgb(153 153 153);
    border: 1px solid #929292;
    border-radius: 5px;
}
.title-user {
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.title-user span {
    font-weight: bold;
    font-size: 24px;
    color: #055699;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.title-user a {
    color: #0056b3;
    font-size: 12px;
}
.form-user {
    padding: 20px 15px;
}
.input-user {
    margin-bottom: 0.75rem;
}
.input-user input {
    font-size: 14px;
}
.button-user {
    margin-bottom: 1rem;
}
.button-user input {
    font-size: 14px;
}
.checkbox-user,
.radio-user {
    cursor: pointer;
}
.checkbox-user input {
    top: calc(50% - 1.25rem / 2);
    height: auto;
}
.checkbox-user label {
    font-size: 14px;
    cursor: pointer;
}
.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem / 2);
}
.radio-user {
    margin-right: 1rem;
}
.radio-user:last-child {
    margin-right: 0px;
}
.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem / 2);
}
.note-user {
    font-size: 14px;
    padding-top: 1rem;
}
.login-or {
    margin: 0 0px 20px;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
}
.login-or .or-left,
.login-or .or-right {
    height: 2px;
    flex: 1 1 0;
    margin: 10px;
}
.login-or .or-left {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0,
        rgba(187, 187, 187, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(187, 187, 187, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0,
        rgba(187, 187, 187, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0,
        rgba(187, 187, 187, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0,
        rgba(187, 187, 187, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0,
        rgba(187, 187, 187, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#bbbbbb',GradientType=1);
    float: left;
}
.login-or .or-right {
    background: rgba(187, 187, 187, 1);
    background: -moz-linear-gradient(
        left,
        rgba(187, 187, 187, 1) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(187, 187, 187, 1)),
        color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(187, 187, 187, 1) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(187, 187, 187, 1) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(187, 187, 187, 1) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(187, 187, 187, 1) 0,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb',endColorstr='#ffffff',GradientType=1);
    float: right;
}
.login-social a {
    display: block;
    width: 49%;
}
</pre></body></html>