.section-wrapper {
    padding-bottom: 210px;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .section-wrapper {
        padding-bottom: 40px;
    }
}

.form-md-wrapper {
    position: relative;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
    flex-wrap: wrap; 
    max-width: 400px; 
    width: 100%; 
    height: auto;
    margin: 60px auto 0;
    padding-top: 25px;
    z-index: 2; 
}

.form-md-wrapper__img {
    height: 90px;
}

.form-md-wrapper__title {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
    margin: 0; 
    color: #51616B; 
    margin-top: 16px;
}

.form-md-wrapper.success-reset {
    align-items: flex-start;
}

.success-reset .form-md-wrapper__title {
    font-size: 48px;
}

.form-md-text-wrapper {
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #51616B; 
    margin-top: 20px;
}

@media (max-width: 767px) {
    .form-md-text-wrapper {
        justify-content: center; 
    }
}

.form-md-text-wrapper__text {
    font-size: 16px;
    margin: 0 5px;
}

.form-go-back-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
}

.form-go-back-wrapper__link:hover {
    opacity: .8;
}

.form-go-back-wrapper__img {
    width: 22px;
    height: 22px;
}

.form-icon-wrapper {
    position: relative; 
    width: 100%; 
    margin-top: 19px;
    transition: all .3s ease;
}

.form-icon-wrapper:hover {
    opacity: .8;
}

.form-icon-wrapper__input {
    padding: 16px 0 16px 80px;
    height: 55px;
    font-size: 16px;
    width: 100%; 
    border-radius: 10px; 
    border: 1px solid #51616B;
    color: #51616B;
}

@media (max-width: 767px) {
    .form-icon-wrapper__input {
        padding-left: 10px;
    }
}

.form-icon-wrapper__input::placeholder,
.form-default-wrapper__input::placeholder {
    opacity: .5;
}

.form-icon-wrapper__input:focus,
.form-captcha-wrapper__input:focus,
.form-default-wrapper__input:focus {
    outline: none;
    border-color: black;
}

.form-icon-wrapper__img {
    position: absolute; 
    top: 50%; left: 22px; 
    transform: translateY(-50%);
    width: 42px;
    height: 24px;
    border-right: 1px solid #51616B; 
    padding-right: 21px;
}

@media (max-width: 767px) {
    .form-icon-wrapper__img {
        display: none;
    }
}

.form-default-wrapper {
    width: 100%; 
    margin-top: 19px;
    transition: all .3s ease;
}

.form-default-wrapper__input {
    padding: 25px 0 21px 22px; 
    height: 75px; 
    font-size: 22px; 
    width: 100%; 
    border-radius: 10px; 
    border: 1px solid #51616B;
    color: #51616B;
}

@media (max-width: 767px) {
    .form-default-wrapper__input {
        font-size: 20px; 
        line-height: 20px;
        padding-left: 10px;
    }
}

.form-wrapper-md__btn {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    text-transform: uppercase; 
    margin-top: 14px; 
    font-size: 22px;
    line-height: 1;
    color: #ffffff; 
    width: 100%;
    height: 55px;
    background-color: #51616B; 
    border-radius: 10px; 
    border: none; 
    text-align: center; 
    cursor: pointer;
    transition: all .3s ease;
}

.form-wrapper-md__btn:hover {
    opacity: .9;
}

.form-wrapper-md__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #51616B; 
    font-style: italic;
    width: 100%;
    text-align: center;
}

.text-forgot-pass {
    margin-top: 16px;
}

.text-account {
    margin: 7px 0 0; 
}

.form-wrapper-md__link {
    text-decoration: none; 
    font-weight: 600; 
    color: #51616B; 
    transition: all .3s ease;
}

.form-wrapper-md__link:hover {
    text-decoration: underline;
    color: #51616B; 
}

.form-error {
    width: 100%;
    height: auto;
    padding: 7px;
    display: flex; 
    align-items: center;
    background-color: rgba(228, 158, 159, 0.5);
    border-radius: 23px;
    margin-top: 15px;
}

.form-error__img,
.form-success__img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.form-error__text,
.form-success__text {
    font-size: 15px;
    line-height: 20px;
}

.form-success {
    width: 100%;
    height: auto;
    padding: 7px;
    display: flex; 
    align-items: center;
    background-color: rgba(50, 205, 50, 0.5);
    border-radius: 23px;
    margin-top: 15px;
}

.form-captcha-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 19px;
}

.form-captcha-wrapper__label {
    color: #51616B;
}

.form-captcha-wrapper__input {
    margin-top: 19px;
    font-size: 18px; 
    width: auto;
    height: auto;
    padding: 5px 0 5px 5px;
    border-radius: 10px; 
    border: 1px solid #51616B;
    color: #51616B;
}

/* Hack for IE */
.form-md-wrapper input::-ms-clear {
    display: none;
}
/* End */