/*Title color-profile section from _LayoutLogin*/
.formSwitch__title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 2px solid;
    width: 100%;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
}

/*Forgot Password form*/
.formButton__reset {
    width: 100%;
    min-width: 300px;
    border-radius: 0.5rem;
    border: none;
    background-color: var(--primary-color);
    font-size: 16px;
    color: var(--button-text-color);
    height: 40px;
    font-weight: 500;
    margin-top: 1.5rem;
    transition: ease 0.6s all;
}

.formButton__reset:hover,
.formButton__reset:focus {
    box-shadow: inset 0 40px 0 0 var(--secondary-color);
}

.backToSignIn__wrapper {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin: 1rem 0 2rem;
    color: var(--neutral-500);
}

.backToSignIn__wrapper span a {
    text-decoration: underline;
    color: var(--left-panel-link-color) !important;
}

.backToSignIn__wrapper span:hover a {
    text-decoration: underline;
    color: var(--left-panel-link-color-hover) !important;
    font-weight: 500;
}
