.topbar-left.d-flex.align-items-center {
    max-width: 196px;
    margin-top: 2px;
}

.navbar-custom {
    margin-left: 0 !important;
}

.logintitle {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #323232;
    margin-bottom: 0;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.btncus {
    background-color: #ff971d;
    color: #333;
}

.btnsgnup {
    background-color: #bfd7ed;
    color: #333;
    width: 100%;
}

.login_form_hum {
    width: 100%;
}

.error_message {
    position: absolute;
    top: 100%;
}

input#email {
    padding-left: 12px !important;
}

.user_email input#email {
    padding-left: 82px !important;
}

.input_ps::placeholder {
    color: #999; /* lighter gray */
    opacity: 1; /* important for Firefox */
}

.btn-abst {
    position: absolute;
    right: 10px;
    top: 14px;
}

.mb_custom-w .iti.iti--allow-dropdown {
    width: 100%;
}

.gp_black {
    color: black;
    font-size: 12px;
}

input::placeholder,
textarea::placeholder {
    color: #9aa0a6 !important; /* light grey */
    opacity: 1 !important; /* important for Firefox */
}
