html, body {
    height: 100%;
    margin: 0;
}

body * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main-header {
    width: 100%;
    border-bottom: 4px solid #CCE4F6;
    padding-top: 20px;
    padding-bottom: 30px;
}

.spacing-container {
    padding-top: 30px;
}

.header {
    text-align: center;
}

.header-logo-link {
    display: inline-block;
}

.header-sub-title {
    color: #9B9B9B;
    font-size: 26px;
    line-height: 31px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.main-wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

.gray-background {
    background-color: #f2f2f2;
}
.main-header-forgotten-password {
    background-color: #FFF;
    border-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.forgotten-password-back-action-container {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.forgotten-password-back-action {
    font-size: 12px;
}

.forgotten-password-back-action:hover {
    text-decoration: none;
}

.forgotten-password-back-action:active, .forgotten-password-back-action:focus {
    text-decoration: none;
}

.forgotten-password-container {
    background-color: #FFF;
    border: 1px solid #DEDDDD;
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

label {
    font-weight: normal;
}

.page-title {
    color: #3D9BEB;
    font-size: 26px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 40px;
}

.form-group .help-block {
    font-size: 11px;
    color: #282828;
}

.form-group * {
    font-size: 12px;
}

.registration-help-header__first {
    font-weight: bold;
    margin-top: 0;
}

.registration-help-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.registration-help-text {
    font-size: 12px;
}

.registration-mail-icon-container {
    text-align: center;
    margin-bottom: 25px;
}

.glyph-custom-mail-icon {
    background-image: url("/imgs/registration/mail-icon-smnall.png");
}

.registration-help-text + .registration-help-header {
    margin-top: 20px;
}

.chat-with-operator {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer, .footer-push {
    height: 60px;
}

.footer {
    width: 100%;
    background-color: #292929;
    padding-top: 15px;
}

.footer * {
    color: #7f7f7f;
    font-size: 12px;
}

.footer-main-link {
    font-size: 18px;
    color: #ccc;
}

.footer-sub-links {
    margin-top: 5px;
}

.footer-main-link:hover {
    color: #fff;
    text-decoration: none;
}

.footer-sub-link:hover {
    color: #fff;
    text-decoration: none;
}

.email-confirmation-input {
    font-weight: bold;
    padding: 4px 6px 6px;
}

.btn-success:hover {
    background-color: #00AF00;
    border-color: #009600;
}

.btn-with-max-width {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    white-space: normal !important;
    word-wrap: break-word;
}

.transparent-addon-left {
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 2px;
}

.transparent-addon-right {
    border: none;
    background: none;
    padding-right: 0;
    padding-left: 2px;
}

.has-error .input-group-addon {
    background-color: inherit;
}

.has-success .input-group-addon {
    background-color: inherit;
}

#subdomain-group.has-error .input-group-addon {
    color: #333;
}

/* CSS LOADER */

.loader {
    color: #0D83E8;
    top: 35%;
    left: 0;
    right: 0;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99999;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}