.accounts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.accounts, .or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.log-reg {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #EAE4D1;
    padding-top: 32px;
    min-height: calc(100vh - 601px);
}

.log-reg .content-form {
    max-width: 603px;
    width: 100%;
    margin: 0 auto;
}

.log-reg .content-form h2 {
    text-align: center;
}

.login-btn {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
    padding: 16px;
    width: 100%;
    border: 1px solid #00A676;
    border-radius: 16px;
    font-family: GHEAHelveticaGeoBold;
    background: transparent;
    display: block;
    text-align: center;
}

.login-btn:hover {
    background: #00A676;
    color: #fff;
}

.reg-btn {
    width: 100%;
    display: block;
}

input {
    width: 100%;
}

.fp {
    display: block;
    font-size: 12px;
    color: #393E41;
    margin: 16px 0 32px;
}

.or span {
    display: block;
    font-size: 12px;
    color: #393E41;
    margin: 0 10px 0;
}

.or p {
    width: 100%;
    height: 1px;
    background: #EAE4D1;
}

.accounts {
    margin-top: 32px;
    width: 100%;
}

.accounts a {
    width: 100%;
    text-align: center;
    font-family: GHEAHelveticaGeoBold;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}

.accounts a img {
    margin-right: 16px;
}

.accounts .fb {
    background: #3B5998;
}

.accounts .google {
    background: #347AF6;
}

.year {
    max-width: 188px;
}

.w100 {
    width: 100%;
}

.password-recovery-result {
    text-align: center;
}

.password-recovery-result .result-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
    margin-bottom: 56px;
}

.select-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
}

.select-icon {
    position: relative;
}

.select-icon .d-i {
    position: absolute;
    right: 16px;
    bottom: 21px;
}

.title-wdth {
    max-width: 366px;
    margin: 0 auto 40px;
}

.special-links .first-link a {
    background: #fff !important;
}

.reg-checkbox {
    margin: 26px 0 24px;
}

.special-links .first-link a {
    background: #fff !important;
}

.title-wdth {
    max-width: 366px;
    margin: 0 auto 40px;
}

.select-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
}

.select-icon {
    position: relative;
}

.select-icon .d-i {
    position: absolute;
    right: 16px;
    bottom: 21px;
}

.menu-section-content {
    border-bottom: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 780px) {
    .log-reg {
        margin: 0 auto;
    }

    .title-wdth {
        max-width: 275px;
        margin: 0 auto 24px;
    }
}

@media (max-width: 660px) {
    .log-reg .content-form {
        max-width: 92%;
    }

    .fp {
        text-align: center;
    }

    .mob-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .year {
        max-width: 100%;
    }

    .mr0 {
        margin-right: 0;
    }

    .btn3 .green-btn {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }

    .password-recovery-result .result-text {
        margin-bottom: 43px;
    }

    .password-recovery-result .result-img {
        width: 120px;
    }

    .imr, .green-btn {
        margin-bottom: 20px;
    }
}
