.page-forgot-password {
  background-color: #f3f7f9; 
}

  .page-forgot-password form {
    width: 250px;
    margin: 0 30px; 
  }

.main-title {
    margin: 0;
}

.form-control.is-invalid {
    border-color: var(--punch);
}

.secondary-title {
    margin: 0.5rem 0;
}

#customOverlay.visible {
    display: flex !important;
}

.layout-full .page {
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.Container {
    transition: transform 0.5s ease-out 0.15s, box-shadow 0.5s linear 0.3s;
    box-shadow: 0 0 13px transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 800px;
    border-radius: 18px;
    margin: auto;
    backdrop-filter: blur(2px);
    max-width: calc(100vw - 32px);
    gap: 0;
    overflow: clip;
    z-index: 1;
    animation: shadowDank 10s linear infinite;
    animation-delay: 0.8s;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.form-group:has(.position-absolute) {
    position: relative;
}

.select-invalid {
    border-color: var(--punch);
}

input {
    font-family: 'GalanoGrotesqueLight', sans-serif;
    position: relative;
    border: var(--royal-blue) 4px solid;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    font-size: 15px;
    color: var(--black);
}

.new-password-group,
.confirm-password-group {
    margin-bottom: 0.5rem;
}

.error-message {
    margin-top: 0.286rem;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding: 0 0 0 1rem;
    color: var(--punch) !important;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
}

#error-message {
    display: block;
}

#button_eye_old_password,
#button_eye_new_password,
#button_eye_confirm_password {
    position: absolute;
    top: 0;
    right: 0;
}

.eye {
    position: absolute;
    top: 8px;
    right: 15px;
    height: 25px;
    width: 25px;
    transition: transform 0.3s ease-out, opacity 0.2s linear;
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    opacity: 1;
    filter: invert(50%) sepia(0%) saturate(0);
}

#button_eye_old_password:not(.blind) #passwordEyeBlind,
#button_eye_new_password:not(.blind) #passwordEyeBlind,
#button_eye_confirm_password:not(.blind) #passwordEyeBlind {
    opacity: 0;
    transform: rotate(360deg);
}

#button_eye_old_password.blind #passwordEye,
#button_eye_new_password.blind #passwordEye,
#button_eye_confirm_password.blind #passwordEye {
    opacity: 0;
    transform: rotate(-360deg);
}

.position-absolute {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    height: 30px;
    width: auto;
    top: 0;
    cursor: pointer;
}

.position-absolute {
    text-align: end;
}

.position-absolute img {
    height: 30px;
}

footer.site-footer {
    display: none !important;
}

footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    bottom: 0;
    width: 100%;
    position: unset;
    font-size: 15px;
    color: var(--royal-blue);
    padding: 1rem;
    min-height: 4.7rem;
    flex-direction: column;
}

.galano {
    font-family: 'GalanoGrotesqueSemiBold',sans-serif;
}

.submit-form-group {
    display: flex;
    align-items: center;
}

.submit-btn {
    border: none;
    background: linear-gradient(90deg,rgba(70, 64, 245, 1) 0%, rgba(110, 85, 243, 1) 50%, rgba(218, 49, 49, 1) 58%, rgba(254, 178, 41, 1) 62%, rgba(255, 25, 139, 1) 75%, rgba(254, 178, 41, 1) 86%, rgba(255, 25, 139, 1) 90%, rgba(218, 49, 49, 1) 95%, rgba(70, 64, 245, 1) 100%);
    background-size: 400% 100%;
    background-position: 0 100%;
    color: white;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    /* padding: 8px 16px; */
    min-height: 35px;
    border-radius: 24px;
    cursor: pointer;
    box-shadow: 0 0 8px transparent;
    transition: width 0.5s linear, box-shadow 0.3s linear;
    margin-top: 8px;
    font-size: 14px;
    width: 180px;
}

.network-container {
    padding: 12px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.network-container a {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    transition: background 0.1s linear;
    background: transparent;
}

.network-container a:has(svg.fb-icon) {
    background: linear-gradient(45deg, transparent 70px, #ffffffa3, rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255));
    transition: background-position 0.4s ease;
    background-size: 300% 300%;
    background-position: 0% 100%;
}

.network-container svg.fb-icon {
    fill: black;
    height: 22px;
    width: 22px;
}

.network-container svg.instaIcon {
    fill: black;
    height: 30px;
    width: 30px;
}

.network-container svg.linkedInSvg {
    fill: black;
    height: 35px;
    width: 35px;
}

.network-container a:hover svg {
    fill: white;
}

.network-container a:has(svg.fb-icon) {
    background: linear-gradient(45deg, transparent 70px, #ffffffa3, rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255));
    transition: background-position 0.4s ease;
    background-size: 300% 300%;
    background-position: 0% 100%;
}

.network-container a:has(svg.instaIcon) {
    background: linear-gradient(45deg, transparent 70px, #ffffffa3, #fd9e34, #fd9e34, #e1306c, #7f5ee0, #4f5bd4);
    background-size: 300% 300%;
    background-position: 0% 100%;
    transition: background-position 0.4s ease;
}

.network-container a:has(svg.linkedInSvg) {
    background: linear-gradient(45deg, transparent 70px, #ffffffa3, #0a66c2, #0a66c2, #0a66c2);
    background-size: 300% 300%;
    background-position: 0% 100%;
    transition: background-position 0.4s ease;
}

.network-container a:has(svg.fb-icon):hover,
.network-container a:has(svg.instaIcon):hover,
.network-container a:has(svg.linkedInSvg):hover {
    background-position: 100% 0;
}