
.autoreg {
    margin-top: 30px;
    padding-top: 35px;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #D4D4D4;
}
.autoreg-register {
    display: flex;
    flex-direction: row;
    gap: 29px;
    background-color: #F4F4F4;
    padding: 32px 59px;
    width: 1055px;
    height: 909px;
    border-radius: 16px;
}
.autoreg-register-section {
    max-height: 1200px;
}

.reg_login {
    display: flex;
    flex-direction: row;
    gap: 29px;
    background-color: #F4F4F4;
    padding: 32px 59px;
    width: 1055px;
    height: 682px;
    border-radius: 16px;
}

.reg_login-panel {
    margin-left: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #BFBFBF;
    border-radius: 16px;
    width: 295px;
    height: 679px;
    padding: 25px;
}
.reg_login-panel-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    background-color: transparent;
    width: 259px;
    height: 45px;
    border-radius: 47px;
    padding: 7px;
}
.reg_login-panel-text:hover {
    background-color: #F4F4F4;
    width: 250px;
}

.register {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 450px;
    height: 623px;
    border-radius: 16px;
    padding: 40px 20px;
}
.register-block {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 450px;
    height: 829px;
    border-radius: 16px;
    padding: 40px 20px;
}

.register-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Cera Pro';
}
.register-text {
    margin-top: 10px;
    text-align: start;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
}
.input-register {
  font-family: "Manrope", sans-serif;
  background-color: #F1F1F1;
  border-radius: 120px;
  width: 410px;
  height: 44px;
  border: 1px solid transparent;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 24px;
  outline: none;
  transition: all 0.20s ease;
}
.input-register:focus {
  border: 1px solid #9c9c9c;
}
.btn-register {
    margin-top: 20px;
    width: 410px;
    font-weight: 500;
}
.btn-register:hover {
    color: #fff;
    font-weight: 500;
}
.txt-reg {
    margin-left: 64px;
}
.txt-log {
    margin-left: 131px;
}

.login {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 450px;
    height: 623px;
    border-radius: 16px;
    padding: 40px 20px;
}
.login-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Cera Pro';
}
.reg_login-panel-img {
    margin-left: 174px;
    width: 60px;
    height: 85px;
}



