.header {
    width: 100%;
    background: transparent;
    background: url('./../images/login.png');
    padding: 0 5%;
    box-sizing: border-box;
}

.resetting,
.login-main {
    display: flex;
    padding: 0 10%;
    justify-content: space-between;
    position: relative;
}


.resetting::after,
.login-main::after {
    content: "";
    background: url(./../images/GateAODAI.png) no-repeat;
    opacity: 0.5;
    position: absolute;
    background-position: 25% 40%;
    display: block;
    width: 100%;
    height: 100%;
}

.resetting::before,
.login-main::before {
    content: "Neri&Hu";
    opacity: 0.2;
    position: absolute;
    color: #fff;
    top: 250px;
    left: calc(50% - 60px);
    font-size: 30px;
}




.login-left-box {
    padding-top: 40px;
}

.login-left-box div:nth-child(1) {
    font-weight: 400;
    font-size: 64px;
    line-height: 75px;
    color: #E3995F;
}

.login-left-box div:nth-child(2) {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-top: 40px;
}

.login-left-box div:nth-child(3) {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-top: 10px;
    color: #E3995F;
}

.login-left-box div:nth-child(4) {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-top: 30px;
    color: #FFFFFF;
}

.login-left-box div:nth-child(5) {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-top: 10px;
    color: #E3995F;
}

.login-left-box div:nth-child(6) {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-top: 30px;
    color: #FFFFFF;
}

.login-left-box div:nth-child(7),
.login-left-box div:nth-child(8),
.login-left-box div:nth-child(9) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.547);
    margin-top: 10px;
}


.login-right-box {
    width: 560px;
    height: 604px;
    background: rgba(123, 123, 123, 0.6);
    background-blend-mode: lighten;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.right-box-main {
    width: 447px;
    height: 544px;
    border: 1px solid #E3995F;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* justify-content: center; */
}

.right-box-main .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}

.right-input1 {
    width: 366px;
    height: 40px;
    background: rgba(255, 255, 255, 0.65);
    background-blend-mode: overlay;
    margin-bottom: 20px;
    position: relative;
}


.right-input1 input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    text-indent: 15px;
}

.arraw-bm {
    position: absolute;
    right: 10px;
    z-index: 11;
    top: calc(50% - 1px);
}

.right-input2 {
    display: flex;
    width: 366px;
}

.input2-left,
.input2-right {
    width: 180px;
    height: 40px;
    background: rgba(255, 255, 255, 0.65);
    background-blend-mode: overlay;
    position: relative;
}

.input-logo {
    position: absolute;
    left: 10%;
    top: 10px;
}

.arraw-tp {
    position: absolute;
    right: 10px;
    z-index: 11;
    top: calc(50% - 10px);
    transform: rotate(180deg);
}

.input2-left {
    margin-right: 20px;
}

.input2-left input,
.input2-right input {
    text-indent: 50px;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.total {
    margin-top: 20px;
    width: 368px;
    text-align: end;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
}

.right-name {
    margin-top: 60px;
    width: 368px;
    display: flex;
    justify-content: space-between;
}

.right-name div {
    font-weight: 400;
    width: 180px;
    font-size: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}

.right-number,
.right-Email {
    width: 368px;
    font-size: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
    margin-top: 10px;
}

.right-next {
    position: absolute;
    width: 111px;
    height: 36px;
    bottom: 22px;
    right: 48px;
    background: #E3995F;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-next .arraw-bm {
    transform: rotate(-90deg);
    top: calc(50% - 2px);
    cursor: pointer;
}


.login-main .login-left-box div:nth-child(1) {
    font-size: 48px;
    color: #E3995F;
    margin-bottom: 70px;
}

.text-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.5);
}


.register-text {
    width: 368px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    color: rgba(255, 255, 255, 0.65);
}

.register-text span {
    color: rgba(227, 153, 95, 1);
    cursor: pointer;
}

.register-text span a {
    color: rgba(227, 153, 95, 1);
    outline: none;
    text-decoration: none;
}

.login-button {
    bottom: 40px;
    padding-bottom: 5px;
    cursor: pointer;
}

.login-button .arraw-bm {
    top: calc(50% - 5px);
}

.button-text {
    margin: 0 auto;
    position: absolute;
    width: 368px;
    height: 24px;
    bottom: 5px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.65);
}

.return {
    left: 50px;
    top: 160px;
    position: absolute;
    cursor: pointer;
}

.resetting .login-left-box,
.resetting .login-right-box {
    position: relative;
    z-index: 1;
}