body {
  background: #F4FAFF;
  margin: 0 auto
}
.authreg__wrapper{
  box-shadow: 0px 10px 10px 2px rgba(181, 204, 223, 0.38);
border-radius: 0px 0px 30px 30px;
margin-bottom: 40px;
padding-bottom: 80px;
}
/*стиль чекбокса*/
.container__form.authorize_form .registration__checkbox__img {
  float: left;
  margin-right: 14px;
  height: 70px;
}
/*Стили блока входа*/
.button__box {
  display: flex;
  justify-content: center;
  margin: 50px auto 32px;
  max-width: 460px;
}
.enter__button,.registration__button {
  border: 0;
  background: #DEE6EA;
  border-radius: 42px;
  height: 52px;
  width: 50%;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #A0A9B9
  }
  .enter__button {
    margin-right: 8px;
  }
  .registration__button {
    margin-left: 8px;
  }
  .enter__button.active,.registration__button.active {
    background: rgba(0, 160, 227, 0.7);
    color: #ffffff;
  }
.container__form.authorize_form {
  display: flex;
  max-width: 460px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 46px;
  padding-bottom: 35px;
  background: #FFFFFF;
  border: 1px solid #DEE6EA;
  box-shadow: 0px 4px 14px 1px rgba(181, 204, 223, 0.18);
  border-radius: 30px;
  box-sizing:border-box;
  position: relative;
  margin: auto;
  flex-direction: column;
}
.pass__form {
  width: 100%;
}
.form__image{
  position: absolute;
  left: 43%;
  top: -25px;
}
.container__form.authorize_form input {
  display: block;
  height: 52px;
  box-sizing: border-box;
}
.container__form.authorize_form input:not(input[type="button"]){
  text-indent: 12px;
}
.pass__form__phone,.pass__form__password {
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A0A9B9;
  width: 100%;
}
.container__form.authorize_form a {

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #00A0E3;
}
.pass__form__submit {
  margin-top: 28px;
  background: #00A0E3;
  border-radius: 42px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
  width: 100%;
}
/*Стили Регистрации*/
.registration__form__input {
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  margin-bottom: 16px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A0A9B9;
  width: 100%;
}

.captcha__form,.sms__form {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.registration__captcha__text,.registration__sms__text {
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  /*margin-bottom: 16px;*/

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A0A9B9;
  width: 50%;
}
.captcha__img {
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  display: flex;
  height: 52px;
  /*margin-left: 16px;*/
  /*margin-bottom: 16px;*/
  width: 47%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.captcha__img img {
  width: 100%;
  border-radius: 20px;
}
.refresh__captcha {
  display: flex;
  /*height: 52px;*/
  border: 0;
  background-color: #FFFFFF;
  margin-left: 0;
  /*position: absolute;*/
  right: 10px;
  cursor: pointer;
}
.sms__form button {
  border: 1.5px solid #00A0E3;
  border-radius: 42px;
  height: 52px;
  width: 50%;
  background-color: #FFFFFF;
  margin-left: 16px;
  color: #00A0E3;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.registration__form__submit {
  margin-top: 28px;
  background: #00A0E3;
  border-radius: 42px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
  width: 100%;
}
.registration__checkbox p {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #A0A9B9;
}

.registration__checkbox a{
  color: #636A77;
  text-decoration: none;
  font-size: 14px;
}
.hidden{
  display:none;
}
.password__reset{
  text-align: center;
  margin:25px 0px;
}


.cashback__form .container__form.authorize_form {
  /* padding: 0; */
  padding: 0;
  border: none;
  box-shadow: none;
}

.cashback__form .authreg__wrapper {
   padding-bottom: 0;
}

.cashback__form .form__image {
  position: static;
  width: 70px;
  margin: 0 auto 10px;
}

.cashback__form .password__reset {
  margin: 25px 0 5px 0;
}
