.header {
    background: #323848;
}
.footer {
    background: #002960;
}
.phone-message {
    color: #000;
    background: url(/img/_patterns/tp-colum-right1.jpg) center top repeat;
}
.progress-bar {
    overflow: hidden;
}
.progress-bar li.active > span {
    background-color: #2eddff;
}
.header .header-left .logo a {
    background-image: url(/img/_btns/what-apps.png);
    text-decoration: none !important;
    font-size: 1.7em;
    background-repeat: no-repeat;
    background-position: 0em center;
    background-size: 1.6em;
    display: inline-block;
    padding: 0.2em 0 0.2em 1.75em;
}
.phone-message .phone-message-content .message-right {
    background: #fff;
}
.processing-bar span {
    background-color: #2eddff;
}
#regform .button-list .btn.btn-primary,
#regform .btn-group .btn.btn-primary,
.form-group-radio-buttons .radio-button input:checked + label,
.btn-login {
    background-color: #2eddff;
}
.list-box ul li:not(:last-child) {
    border-bottom: none;
}
@media (min-width: 768px) and (min-height: 601px) {
    html,
    body,
    .wrapper {
        height: 100%;
    }
    .wrapper {
        display: flex;
        flex-direction: column;
    }
    .footer {
        width: 100%;
        margin-top: auto;
    }
    .header .header-right .user-header li {
        flex-direction: column;
    }
}
@media (min-width: 1640px) {
    .footer
    {
        max-width: 100%;
    }
}
@media (min-aspect-ratio: 1 / 1) and (min-width: 992px) {
    .header .header-left .logo a {
        font-size: 3.3em;
        padding-left: 2.5em;
        background-size: 2em;
    }
    .header {
        justify-content: space-between;
        padding: 2em 1em;
    }
}