body {
    font-family: "Open Sans";
    position: relative;
    margin-bottom: 50px;
    background: #111;
}

main {
    padding-top: 78px;
}

@media screen and (max-width: 1024px) {
    main {
        padding-top: 40px;
    }
}

::selection {
    color: white;
    background: rgb(165, 71, 103);
}

.loader {
    border: 5px solid rgb(165, 71, 103);
    border-top: 5px solid #fff;
    border-radius: 50%;
    width: 40px;
    margin: auto;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.header-wrapper .header-bg {
    background: #111;
    padding: 15px 0;
}

.header-wrapper .header-bg > div.logo-wrapper {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.header-wrapper .header-bg > div.logo-wrapper span {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.080rem;
}


.section-title-wrapper .section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}
.section-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.section-title-wrapper .sub-title {
    color: #a9a9a9;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
    .section-title-wrapper .section-title {
        font-size: 35px;
   }
    .section-title-wrapper .sub-title {
        font-size: 15px;
   }
}
@media screen and (max-width: 992px) and (min-width: 431px) {
    .section-title-wrapper .section-title {
        font-size: 25px;
   }
    .section-title-wrapper .sub-title {
        font-size: 13px;
   }
}
@media screen and (max-width: 430px) and (min-width: 320px) {
    .section-title-wrapper .page-title {
        font-size: 25px;
   }
    .section-title-wrapper .section-title {
        font-size: 25px;
   }
    .section-title-wrapper .sub-title {
        font-size: 13px;
   }
}

.forgot-password-wrapper {
    position: relative;
    /* background-image: url("/signup_background.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding: 30px 50px !important;
    margin-bottom: 50px;
}
.forgot-password-wrapper .forgot-password {
    padding: 30px 50px;
}
.forgot-password-wrapper .forgot-password .page-title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.forgot-password-wrapper .forgot-password .page-title {
    color: #FFF;
}
.forgot-password-wrapper .forgot-password .dont-worry {
    font-size: 15px;
    color: #6b6b6b;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form {
    background: #000;
    border-radius: 10px;
    padding: 25px;
    color: #FFF;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .greetings-wrapper {
    padding-bottom: 10px;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .greetings-wrapper .hello-member {
    font-size: 20px;

}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .greetings-wrapper .hello-member span.member-name {
    color: rgb(165, 71, 103) !important;
}

.already-have-an-account,
.not-a-member-yet {
    /* font-size: 13px; */
    color: #fafafa80;
}
.forgot-password-wrapper .forgot-password .signin-link,
.forgot-password-wrapper .forgot-password .signup-link {
    font-size: 15px;
    color: rgb(165, 71, 103);
    font-weight: 600;
    text-decoration: none;
}

.forgot-password-wrapper .forgot-password .signin-link:hover,
.forgot-password-wrapper .forgot-password .signup-link:hover {
    color: #FFF;
    transition: all .3s ease;
}

.forgot-password-wrapper .forgot-password .submit-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.forgot-password-wrapper .forgot-password .submit-section .submit-wrap .btn-submit {
    background: #CD0013;
    padding: 7px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s;
}
.forgot-password-wrapper .forgot-password .submit-section .submit-wrap .btn-submit:hover {
    background: #900;
}
@media screen and (max-width: 430px) {
    .forgot-password-wrapper {
        padding: 30px 10px !important;
   }
    .forgot-password-wrapper .forgot-password {
        padding: 30px 10px;
   }
    .forgot-password-wrapper .forgot-password .page-title {
        font-size: 35px;
   }
    .forgot-password-wrapper .forgot-password .dont-worry {
        font-size: 15px;
   }
}
@media screen and (max-width: 375px) {
    .forgot-password-wrapper {
        padding: 30px 0 !important;
   }
    .forgot-password-wrapper .forgot-password {
        padding: 30px 0;
   }
    .forgot-password-wrapper .forgot-password .dont-worry {
        font-size: 13px;
   }
}

/* INPUT STYLING */
.field-wrapper {
    padding: 5px 0;
}
.field-wrapper .input-group-text {
    background: #1E1E1E;
    border-color: #1E1E1E;
    color: #adadad;
    padding: 0 10px 0 20px;
}
.field-wrapper input.form-control,
.field-wrapper input.form-control,
.field-wrapper textarea.form-control {
    background: #1E1E1E;
    border-color: #1E1E1E;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 10px 20px 10px 0;
}
.field-wrapper input.form-control::placeholder,
.field-wrapper input.form-control::placeholder,
.field-wrapper textarea.form-control::placeholder {
    color: #fff e0 !important;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.field-wrapper input.form-control:focus,
.field-wrapper input.form-control:focus,
.field-wrapper textarea.form-control:focus {
    box-shadow: none;
}
.field-wrapper input.form-control:-webkit-autofill,
.field-wrapper input.form-control:-webkit-autofill,
.field-wrapper textarea.form-control:-webkit-autofill,
.field-wrapper input.form-control:-webkit-autofill:focus,
.field-wrapper input.form-control:-webkit-autofill:focus,
.field-wrapper textarea.form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #555 inset;
    color: #FFF !important;

    transition: background-color;
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-text-fill-color: #FFF !important;
    caret-color: #FFF !important;
}
.field-wrapper textarea.form-control {
    resize: none;
}


.button-wrapper {
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.button-wrapper > button,
.button-wrapper > a {
    font-size: 13px;
    text-transform: uppercase;
}

#btn-retrieve,
#btn-update_pass {
    background: rgb(255, 217, 141) !important;
    border-color: rgb(255, 217, 141) !important;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.040rem;
}

#btn-retrieve:hover,
#btn-update_pass:hover {
    background: rgb(165, 71, 103);
    border-color: rgb(165, 71, 103);
}

#btn-reset {
    background: #474646;
    border-color: #474646;
}

#btn-reset:hover {
    background: #323131;
    border-color: #323131;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fafafa80;
}

footer p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fafafa80;
}