.header-menu > ul > li > a, .header-menu > ul > li > span {
    color: #000;
    font-size: 14px;
}
.header-menu > ul {
    float: initial;
}
.register-link {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #444444;
    font-weight: bold;
}
.register-text {
    font-size: 15px;
    color: #959595;
}
.min-amount-warning {
    color: #ff4f60;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
@media(min-width:1025px) {
    .login-page .buttons {
        padding: 10px 13% 30px;
    }
}
