.authorization {
    padding-top: 135px;


    background: #FBFBFB;

    display: flex;
    justify-content: center;
    align-items: center;
}

.authorization__enter {
    width: 581px;
    height: 322px;

    background: #FFFFFF;
    box-shadow: 0px 4px 40px -18px rgba(0, 0, 0, 0.15);
    border-radius: 47px;

    margin-bottom: 43px;
}

.authorization__enter-wrapper {
    display: flex;
    flex-direction: column;
}

.authorization__enter-wrapper form {
    display: flex;
    flex-direction: column;
}

.authorization__enter-wrapper input {
    max-width: 492;
    height: 51.22px;

    margin-top: 40px;

    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;

    font-weight: 300;
    font-size: 24px;
    line-height: 28px;

    padding-left: 16px;
}

.authorization__enter-wrapper button {
    max-width: 492;
    height: 51.22px;
    margin-top: 33px;

    border-radius: 15px;

    color: #FFFFFF;

    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.authorization__enter-wrapper h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 41px;

    text-align: center;
}

.authorization__enter-wrapper a {
    margin-top: 21px;

    font-weight: 400;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}



.authorization__enter-wrapper form {
    display: flex;
    flex-direction: column;
}

.authorization__enter-wrapper {
    padding-top: 40px;
    padding-left: 44px;
    padding-right: 45px;
}

.authorization__new {
    width: 581px;
    height: 258px;

    background: #FFFFFF;
    box-shadow: 0px 4px 40px -18px rgba(0, 0, 0, 0.25);
    border-radius: 47px;

    padding-left: 44px;
    padding-right: 44px;
    padding-top: 44px;

    margin-bottom: 140px;
}

.authorization__new button {
    border-radius: 15px;

    width: 493px;
    height: 70px;

    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    margin-bottom: 40px;

    color: #FFFFFF;

}

.authorization__new p {
    width: 493px;

    font-weight: 300;
    font-size: 24px;
    line-height: 28px;

    text-align: center;

    color: #9E9E9E;
}