
.auth,
.subscription {
    background: #242529;
    padding: 20px;
}

.auth .mobile-button {
    width: 31px;
    height: 31px;
    display: none;
    float: right;
}

.auth .base {
    display: block;
    width: 100%;
    /* color: #59a6df; */
    color: white;
    font-size: 15px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}


.auth .form,
.subscription .form {
    text-align: center !important;
    padding-top: 20px;
}

.auth .form h3,
.subscription .form h3 {
    font-size: 11px;
    /* color: #fff; */
    color: #E4E4E4;
    font-weight: bold;
    margin-bottom: 10px;
}

.auth .form input,
.subscription .form input {
    width: 100%;
    padding: 10px 10px;
    border: 0px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
}

.auth .form button,
.subscription .form button {
    background: #3f3f3f;
    color: #fff;
    font-weight: 700;
    border: 0px;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
}

.auth .links {
    margin-top: 20px;
    padding: 0px 10px;
}

.auth .links li {
    padding-bottom: 5px;
}

.auth .links li a {
    font-size: 12px;
    /*color: #797979;*/
    color: white;
}

.mobile .auth {
    position: absolute;
    z-index: 5;
    top: 60px;
    margin-left: -10px;
}

.mobile .auth .form,
.mobile .auth .links {
    display: none;
}

.mobile .auth .base {
    font-size: 14px;
    line-height: 16px;
}

.mobile .auth .mobile-button {
    display: block;
}

.subscription {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center !important;
    padding-bottom: 50px;
}

.subscription>a {
    color: #d2d2d2;
    font-size: 14px;
    text-decoration: none;
    
}

.subscription .form input {
    text-align: center;
    margin-bottom: 15px;
}

