 .header__logo {
    width: 80px;
    height: auto;
}
.header__logo--mtc {
    width: 172px;
    height: 36px;
}
.header__logo--lynden {
	width: 100px;
	height: auto;
}
.page-authorization .authorization__box {
    padding: 5.6rem;
    border-radius: 1.6rem;
    max-width: 46rem;
    background: var(--c-very-dark-grey);
    box-shadow: 0 4px 26px rgba(0, 0, 0, .19);
    margin: auto auto 3.2rem;
}

.page-authorization .authorization__wrapper {
    min-height: 100vh;
    position: relative;
}

.page-authorization .authorization__box .form-control :-ms-input-placeholder {
    color: var(--c-regular-grey);

}

.page-authorization .authorization__box__input-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 67.8%, .3);
    margin-bottom: 0.8rem;

}


.page-authorization .authorization__box__input {
    background-color: transparent;
    width: 100%;
    outline: none;
    border: 0;
    margin-left: 2rem;
    color: var(--c-white);
    padding: 2rem 0;
    height: 100%;
}

.page-authorization .authorization__box__password .c_link{
font-weight: var(--fw-medium);
}

.page-authorization .authorization__box__password {
    margin-bottom: 2.5rem;
}

.page-authorization .authorization__box__password .c_btn {
    font-size: 14px;
}

.page-authorization .authorization__box__error {
    margin-top: .8rem;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--c-error);
}

.page-authorization .authorization__box__error__icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .8rem;
}

.page-authorization .authorization__box__note {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: var(--c-grey);
    margin-bottom: 4rem;
}

.page-authorization .authorization__box__note b {
    color: var(--c-white)
}

.register--footer{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
