header.forgot-password nav {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    justify-content: space-between;
}
.section-center-forgot-password {
    width: 90%;
    margin: 0 auto;
    max-width: 1170px;
}
.section-center-forgot-password .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    color: black;
}
header.forgot-password nav img {
    height: 40px;
    width: 40px;
}
.forgot-password>div {
    border-bottom: 1px solid #E0E0E0;
}

.section-forgot-password {
    display: grid;
    place-items: center;
    margin-bottom: 50px;
}
.section-reset-forgot-password {
    display: grid;
    place-items: center;
    margin-bottom: 50px;
}
.section-reset-forgot-password .section-panel-reset-forgot-password{
    width: 100%;
    max-width: 460px;
    position: relative;
    top: -40px;
}

.section-forgot-password .section-panel-forgot-password{
    width: 100%;
    max-width: 460px;
    position: relative;
    top:10px;
}
.section-center-back-link{
    margin: 0 auto;
    max-width: 1170px;
    display: grid;
    place-items: start;
    margin-top: 25px;
    margin-bottom: 25px;
}
.forgot-password-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.forgot-password-title h1 {
    margin: 0;
}
.input-forgot-password-container {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    position: relative;
}
.input-forgot-password-container label{
    font-weight: 600;
}
.input-forgot-password label {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.input-forgot-password {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}
.password-view-toggle-ico {
    top: 50%;
}
.toggle-password-on {
    display: none;
}
.toggle-passowrd-button-off img:first-child {
    display: none;
}
.toggle-passowrd-button-off img:last-child {
    display: block;
}

@media screen and (min-width: 768px) {
    .section-center-forgot-password .menu {
        gap: 24px;
    }
}
@media screen and (min-width: 1117px) {
    .section-center {
        max-width: 1200px;
    }
    .section-reset-forgot-password .section-panel-reset-forgot-password{
        top: -80px;
    }
}
