* {
    font-family: 'Poppins';
    font-style: normal;
}

body {
    background: #F5F5F5;
}

.doner_head h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
}

.reg_head h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 2rem;
}

.reg_sub_head h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.row.req_sub_pg {
    width: 70%;
    margin: auto;
    justify-content: center;
}


.exampleFormControlInput1 {
    border: 1.5px solid #061A2A !important;
    border-radius: 10px !important;
    color: #6A767F !important;
    font-size: 16px !important;
}

.form-label.reg_label {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #55DF63;
}

.policy_ck {
    background-color: rgba(85, 223, 99, 0.3) !important;
    border: none !important;
    color: #000;
    border-radius: .25rem !important;

}

.reg_status {
    background-color: rgba(85, 223, 99, 0.3) !important;
    border: none !important;
    color: #000;

}

form-check-label.policy {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.span_green {
    color: #55DF63;
}

.btn.reg_btn {
    align-items: center;
    padding: 20px 15px;
    gap: 10px;
    width: 100%;
    height: 53px;
    background: #061A2A;
    border-radius: 10px;
}

.btn.reg_btn h6 {
    border-radius: 10px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #55DF63;
}

.d-flex.justify-content-center.account_ {
    margin: .5rem;
}


.hidden {
    display: none !important;
}

.container-fluid.main2_navbar {
    padding-left: 4rem;
}

.col-11.donate_ {
    position: relative;
    left: 12%;
    left: 5rem;
}

.row.req_sub_pg input {
    font-size: 16px;
}

.form_ .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.container.reg_cont {
    flex-direction: column;
}

@media (max-width: 600px) {
    .donate_anonymosly .col-8 {
        width: 100%;
    }

    .reg_input .row .col-6 {
        width: 100%;
    }

    .error_row .col-6 {
        width: 100%;
    }

    .row.req_sub_pg {
        width: 100%;
    }

    .btn.reg_btn h6 {
        font-size: 14px;
    }

    .container-fluid.main2_navbar {
        padding-left: .7rem;
    }

    .col-11.donate_ {
        position: inherit;
        left: 0%;
        left: 0rem;
        width: 100%;
    }

    .col-8.reg_ {
        width: 100%;
    }
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {

    .col-8.reg_ {
        width: 100%;
    }

    .col-11.donate_ {
        position: relative;
        left: 0%;
        left: 4rem;
        width: 100%;
    }
}