         body,
         html {
         height: 100%;
         background-color: #fff;
         font-family: 'Barlow Condensed';
         }
         .page-container {
         display: flex;
         flex-direction: column;
         flex-wrap: wrap;
         padding: 3rem 2rem;
         }
         .content-container {
         display: flex;
         flex-direction: column;
         align-items: center;
         margin: 0 auto;
         max-width: 400px;
         width: 100%;
         }
         .page-title {
         font-family: 'Roboto Slab', serif;
         font-weight: 800;
         letter-spacing: 0.5px;
         line-height: 1.3;
         text-transform: uppercase;
         color: #565a5c;
         font-size: 30px;
         text-align: center;
         margin-top: 3rem;
         margin-bottom: 1rem;
         }
         @media (min-width: 1024px) {
         .page-title {
         font-size: 36px;
         }
         }
         .form-container {
         width: 100%;
         margin-bottom: 3.5rem;
         }
         .form-input-group {
         margin-bottom: 3.5rem;
         }
         .btn-primary {
         height: 50px;
         min-height: 50px;
         border-radius: 4px;
         background: linear-gradient(97.35deg,
         rgb(252, 181, 0) 1.63%,
         rgb(252, 217, 0) 90.84%);
         color: #5c2e85;
         border-width: 0;
         width: 100%;
         font-size: 18px;
         font-weight: 600;
         cursor: pointer;
         }
         .forgot-password-cta-container {
         margin-bottom: 1.5rem;
         }
         .signup-cta-container {
         font-size: 18px;
         color: #231f20;
         }
         .link {
         color: #5c2e85;
         text-decoration: none;
         font-weight: 600;
         font-size: 18px;
         }
         .forgot-password-confirm-box {
         display: flex;
         flex: 1 0 0;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         max-width: 425px;
         min-height: 330px;
         }
         .btn-forgot {
         margin-top: 4rem;
         }
         #password {
         letter-spacing: 0.16em;
         }
         .form-group {
         margin: 20px 0;
         }
         .password-group-icon {
         display: flex;
         width: 100%;
         position: relative;
         }
         .password-group-icon>input {
         padding-right: 30px;
         }
         .password-eye-button {
         border: none;
         background: none;
         cursor: pointer;
         position: absolute;
         top: 20%;
         right: 0;
         z-index: 2;
         color: #747777;
         }
         .password-eye-button>svg {
         display: inline-block;
         width: 2em;
         height: 2em;
         color: inherit;
         stroke: currentColor;
         stroke-width: 1.5px;
         fill: none;
         }
         #password-eye-opened {
         display: none;
         }
         .form-control {
         width: 100%;
         background-color: rgba(100, 100, 100, 0);
         font-family: 'Barlow Condensed';
         font-weight: 600;
         color: #414142;
         border-radius: 0px;
         border: none;
         border-style: none;
         border-bottom: 2px solid #747777;
         box-shadow: none;
         padding: 6px 0;
         font-size: 24px;
         }
         .form-control:focus {
         border-bottom: 4px solid #5c2e85;
         }
         .form-control:not(:placeholder-shown) {
         border-bottom: 4px solid #5c2e85;
         }
         .form-control::placeholder {
         /* Chrome, Firefox, Opera, Safari 10.1+ */
         color: white;
         opacity: 1;
         /* Firefox */
         }
         .error-message {
         display: none;
         margin-top: 8px;
         color: rgb(204, 0, 0);
         font-size: 14px;
         }
         .input-label {
         font-size: 16px;
         font-weight: normal;
         color: #747777;
         }
         .input-label:focus {
         color: #5c2e85;
         }
         .pf-logo {
         width: 75px;
         }
         .forgot-password-form {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         width: 100%;
         }
         .forgot-password-error-message {
         display: none;
         }
         .forgot-password-link {
         margin-left: 1rem;
         align-self: flex-start;
         }
         .forgot-password-header {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         }
         .back-wrapper {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         align-items: flex-start;
         height: 16%;
         width: 100%;
         margin-top: 2rem;
         }
         .header-copy {
         color: #9e1c95;
         font-size: 22px;
         font-weight: 600;
         text-align: center;
         }
         .subheader-copy {
         color: #825fa1;
         font-weight: 600;
         max-width: 60%;
         text-align: center;
         }
         .forgot-password-confirm-copy-box {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         }
         .forgot-password-confirm-content-box {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         align-items: center;
         height: 60%;
         }
         .login-content-box {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         align-items: center;
         height: 85%;
         width: 100%;
         }
         .forgot-password-content-box {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         align-items: center;
         height: 85%;
         min-height: 85%;
         width: 100%;
         }
         .forgot-password-envelope-logo {
         width: 100px;
         margin: 2rem auto;
         }
         /* Envelope SVG styles */
         .cls-1 {
         fill: #fff;
         stroke: #592c82;
         stroke-linecap: round;
         stroke-linejoin: round;
         stroke-width: 2.75px;
         }
         /* Set intial screen states */
         #login-div {
         transition: opacity 0.5s ease-out;
         opacity: 1;
         }
         #forgotpassword-div {
         transition: opacity 0.5s ease-out;
         opacity: 0;
         display: none;
         }
         #forgotpasswordconfirm-div {
         transition: opacity 0.5s ease-out;
         opacity: 0;
         display: none;
         }
         #loading-div {
         transition: opacity 0.15s ease-out;
         opacity: 0;
         display: none;
         z-index: 50;
         position: fixed;
         top: 0;
         height: 100%;
         }
         .full-width-input {
         width: 100%;
         text-align: left;
         }
         .no-top-margin {
         margin-top: 0 !important;
         }
		          @font-face {
         font-family: 'Barlow Condensed';
         font-style: normal;
         font-weight: 400;
         font-display: swap;
         src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'),
         url("HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2") format('woff2'),
         url("HTx3L3I-JCGChYJ8VI-L6OO_au7B2xU.woff") format('woff');
         unicode-range: U+0000-00FF, U-02BC;
         }
         @font-face {
         font-family: 'Barlow Condensed';
         font-style: normal;
         font-weight: 600;
         font-display: swap;
         src: local('Barlow Condensed SemiBold'),
         local('BarlowCondensed-SemiBold'),
         url("HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuYMBYro.woff2") format('woff2'),
         url("HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3I.woff") format('woff');
         unicode-range: U+0000-00FF, U-02BC;
         }
         @font-face {
         font-family: 'Roboto Slab';
         font-style: normal;
         font-weight: 800;
         font-display: swap;
         src: url("BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOmb2RlV9Su1cai.woff") format('woff');
         unicode-range: U+0000-00FF;
         }