/* Форма регистрации */
.all__size {
width: 100%;
height: 100%;
}
.form {
display: flex;
margin: 50px auto;
width: 740px;
border-radius: 25px;
background-color: white;
}
.form.reg--size {
height: 560px;
}
/*.form.auth--size {
height: 460px;
}*/
.form.recovery--size {
height: 380px;
}
.form.recovery--size--2 {
height: 260px;
}
.form.sbros--size {
height: 400px;
}
.form__container {
width: 100%;
max-width: 600px;
height: 100%;
max-height: inherit;
//max-height: 400px;
margin: 0 auto;
}
.form__text {
padding-top: 65px;
margin-bottom: 40px;
font-family: 'MuseoSansCyrl-900', sans-serif;
font-weight: 900;
font-size: 30px;