@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&family=Oswald:wght@200..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Archivo+Black&family=Racing+Sans+One&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Cinzel:wght@400..900&family=Ovo&display=swap");

body {
    font-family: "Poppins";
    position: relative;
    margin-bottom: 50px;
    background: #131313;
}

main {
    padding-top: 78px;
}

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

::selection {
    color: #fff;
    background: #CD001966;
    -webkit-text-fill-color: #fff;
}

.loader {
    border: 5px solid #CD0019;
    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: #000;
    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;
    color: #eee;
}
.section-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    color: #eee;
}
.section-title-wrapper .sub-title {
    color: #eee;
    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;
    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;
    font-family: "Cinzel";
}
.forgot-password-wrapper .forgot-password .page-title .forgot,
.forgot-password-wrapper .forgot-password .page-title .password {
    color: #eee;
}
.forgot-password-wrapper .forgot-password .dont-worry {
    font-size: 15px;
    color: #eee;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form {
    background: #090909;
    padding: 25px;
    border-radius: 0;
    color: #FFF;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .greetings-wrapper .hello-member {
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Cinzel";
    margin: 0;
}
.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .greetings-wrapper .hello-member span.member-name {
    color: #CD0019;
}

.forgot-password-wrapper .forgot-password .reset-form-wrapper .reset-form .note-wrapper h5 {
    font-size: 1rem;
    font-family: "Poppins" !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #b9b9b9 !important;
}

.already-have-an-account, 
.not-a-member-yet,
.signin-link,
.signup-link {
    font-size: .8rem;
    color: #b9b9b9;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
}
.forgot-password-wrapper .forgot-password .signin-link, 
.forgot-password-wrapper .forgot-password .signup-link {
    color: #CD0019;
    text-decoration: underline;
}
.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: #CD0019;
    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: #cd0018cf;
}
@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: #272727;
    border-color: #272727;
    color: #adadad;
    padding: 0 10px 0 20px;
    border-radius: 0 !important;
}
.field-wrapper input.form-control, 
.field-wrapper input.form-control, 
.field-wrapper textarea.form-control {
    background: #272727;
    border-color: #272727;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    letter-spacing: 0.1em;
    padding: 10px 20px 10px 0;
}
.field-wrapper input.form-control::placeholder, 
.field-wrapper input.form-control::placeholder, 
.field-wrapper textarea.form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    letter-spacing: 0.1em;
}
.field-wrapper input.form-control:focus, 
.field-wrapper input.form-control:focus, 
.field-wrapper textarea.form-control:focus {
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    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 {
    border-radius: 0;
    color: #fff;
    font-family: Crimson Text;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: .5s all ease;
    padding: 10px 20px;
    letter-spacing: .08em;
}

#btn-retrieve,
#btn-update_pass {
    background: #ba2121;
    border-color: #ba2121;
}

#btn-retrieve:hover,
#btn-update_pass:hover {
    background: #ba2121bf;
    border-color: #ba2121bf;
}

#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;
}

footer p {
    margin-bottom: 0;
    color: rgba(250, 250, 250, .5);
    text-align: center;
    padding: 0 10px;
    font-family: "Cinzel";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
}