@CHARSET "UTF-8";
.ui-widget {
    font-size: 1em;
}

#dialog-form label, #dialog-form input {
    display: block;
}

#dialog-form input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

#dialog-form fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

.ui-widget .ui-widget {
    font-size: 0.8em;
}
.activation-modal-header {
    font-size: 20px;
    font-weight: 500;
}
.create-new-password
.password-meter {
    height: 2px;
    border: 0;
    margin-top: 8px;
}

.password-label {
    font-weight: 500;
    margin-bottom: 8px;
}
.activation-code-digit  {
    width: 44px;
    height: 64px;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid rgba(51, 51, 51, 0.12);
    color: #333333;
    border-radius: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#login-bar .login-button {
    height: 24px !important;
    background-color: #106CFE !important;
    color: #fff;
    height: 36px !important;
}
.activate-account {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(161, 163, 166);
    padding: 7px;
    width: 100%;
    background-color: #35826C;
}
.activate-account p {
    text-align: center;
}
.activate-account a {
    text-decoration: none;
    color: #FFFFFF;
}
.login-or-text {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #33333333;
    line-height:0.1em;
    color: #33333380;
}
.login-or-text span {
    background:#fff;
    padding:0 10px;
}

@media (max-width: 380px) {
    .activation-code-digit {
        width: 39px;
        height: 62px;
    }
}