.section-container {
    border: 1px solid #000;
    padding: 2em;
    margin-bottom: 1em;
}

.section-container h2 {
    font-size: 25px;
    margin-bottom: 1.5em;
}

.register-form {
    display: none;
}

.alert,
.alert-info h1 {
    color: #fff !important;
}

.payment-search-result table tr td:first-child {
    font-weight: 600;
}


.payment-search-result {
    padding: 2em;
}

#smsForm textarea {
    min-height: 300px;
    resize: none;
}

#sms-counter {
    list-style: none;
    display: inline-flex;
    float: right;
}

#sms-counter li {
    font-weight: 600;
}

.card_with_image {

    margin-top: 2em;
}

.well h1 {
    text-align: center;
}

span a,
span a:hover,
span a:focus {
    color: inherit;
}

.pending-payment {
    padding: 3em !important;
}

.resources h1 {
    font-size: 20px;
    font-weight: 600;
}

.resources .card {
    box-shadow: 0px 1px 18px 3px #ddd;
}

.resources .card .card-body {
    display: inline-flex;
    align-items: center;
}

.resources .card .card-body a {
    float: right;
    margin-left: 1.5em;
}


.incomplete-profile-alert .alert-info {
    font-weight: 400;
    font-size: 25px;
}

.welcome {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.welcome h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.login-form {
    width: 100%;
    float: unset;
    position: unset;
}

.form-gp select {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.login-form-body h2 {
    margin-bottom: 2em;
}


.form-gp label {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}


.alert-info {
    font-weight: 400;
    font-size: 25px;
}

.login-form form {
    position: unset;
    top: unset;
    z-index: 2;
    left: unset;
    transform: unset;
    width: 50%;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
}


.reset-form form {
    position: unset;
    top: unset;
    z-index: 2;
    left: unset;
    transform: unset;
    width: 50%;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
}




#registrationForm label {
    color: #000;
    font-size: 16px;
}

#registrationForm .form-control {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}


.member-counter-container {
    height: 70px;
    width: 100%;
    background: #ddd;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 1px 0px 20px rgb(0 0 0 / 8%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.member-counter-container p {
    font-size: 20px;
}

.member-counter-container p span {
    font-weight: 600;
}


.loader {
    position: fixed;
    width: 100%;
    top:0;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader h2 {
    color: #fff;
    font-size: 35px;
}

.loader p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}




.payment-form header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.payment-form header img {
    width: 400px;
}

.payment-form {
    width: 90%;
    float: unset;
    position: unset;
    margin: auto;
}

.payment-form .form {
    width: 100% !important;
    position: unset;
    top: unset;
    z-index: 2;
    left: unset;
    transform: unset;
    width: 50%;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
}



.payment-item {
    border-radius: 10px;
    height: 150px;
    padding: 1rem;
    box-shadow: 1px 1px 12px 6px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}


.payment-item:hover {
    background: #081D15;
    color: #fff;
    cursor: pointer;
}

.payment-item:hover p {
    color: #FC8500;
}

.payment-item:hover h3 {
    color: #fff;
}

.payment-item p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #01964C;
}

.payment-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

.paymentoptions {
    margin-bottom: 3rem;
}

.payment-form label {
    font-weight: 600;
}

.payment-form .form-section {
    padding: 3rem;
    border: 1px solid #000;
}


.text-strong {
    font-weight: 600 !important;
}


.paymentoptions .selected_payment {
    background: #081D15;
    color: #fff;
    box-shadow: none;
}

.paymentoptions .selected_payment h3 {
    color: #fff;
}

.paymentoptions .selected_payment p {
    color: #FC8500;
}


@media (max-width: 768px) {
    .login-form form {
        width: 100%;
    }

    .payment-form {
        width: 100%;
    }

    .payment-item {
        margin-bottom: 1rem;
    }

    .payment-form .form-section {
        padding: 1rem;
    }

    .payment-form header img {
        width: 250px;
        margin-bottom: 1rem;
    }
}