a
{
    text-decoration: none !important;
}
ul
{
    padding: 0 !important;
    margin: 0 ;
}
ul li
{
    list-style: none;
}
.subheading_ {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
}
.login-page
{
    font-family: 'Roboto', sans-serif;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    place-content: center;
}
html
{
    scroll-behavior: smooth;
}
.submit_btn {
    background: #F8E6D2;
    border: 1px solid #F8E6D2;
    padding: 11px 75px;
    color: #000;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    width: 80%;
}
.cust_spc
{
    padding-left: 21px !important;
}
select.form-control {
    background: url(../images/downarrow.svg) !important;
    background-size: 30px 10px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
.scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#fff
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#fff
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
input[type=number] {
    appearance: textfield !important;
    -moz-appearance: textfield;
  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: auto;
    vertical-align: text-bottom;
    appearance: none;
    border: 1px solid #A26DCB;
}
.checbox_text_ {
    margin-left: 30px;
    margin-bottom: 0;
    color: #000 !important;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/checkimg.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 12px 11px !important;
    background-position: calc(100% - 3px) !important;
}
.form-check-input:checked {
    background: #A26DCB !important;
    border: 1px solid #A26DCB;
}
.form-check-input:focus
{
    box-shadow: none !important;
}
select.form-control.form-control-solid {
    height: auto !important;
    padding: 12px 6px;
}
label.checbox_text_ a {
    color: #006838;
    text-decoration: underline !important;
    font-weight: 500;
}
.input_icon {
    position: absolute;
    top: 55px;
    padding: 3px;
    position: absolute;
    display: block;
    right: 0;
    bottom: auto;
    left: 32px;
    width: 25px;
    height: 25px;
}
.login-page
{
    background: url('../images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginContainer {
    background: transparent;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 54px;
    padding: 80px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0px 16px rgb(0 0 0 / 4%);
    /* max-width: 480px; */
    width: 100%;
    margin: 0 auto;
}
/* #accountDetails
{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.heading-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.subtext_ {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.brand_logo {
    max-width: 320px;
    width: 100%;
    margin-bottom: 50px;
}
.brand_logoTop {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}
.form_horizontal .form-group
{
    /* margin: 30px 0; */
    position: relative;
}
.label_text {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}
.required {
    color: #FF0000;
    margin-left: 3px;
}
.form_horizontal .form-control {
    padding: 16px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important  ;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 300;
    padding-left: 53px;
    position: relative;
}
.form_horizontal .form-control::placeholder
{
    color: #fff;
    font-size: 20px;
}
.form-control:focus {
    color: #fff;
    background: none !important;
    border-color: #dfdcdc!important;
    outline: 0 !important;
    box-shadow: none !important;
}
/*---Eye Icon*---*/
.show-icon {
    background-image: url(../images/Show.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.hide-icon.hide-icon {
    background-image: url(../images/Hide.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.forgot_password_ a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}
#or-separator {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    justify-content: center;
}
#or-separator:before {
    content: "";
    background: rgba(0,0,0,0.15);
    height: 1px;
    width: 29%;
}
/* Start Footer */
#footer {
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer__base__nav-list li {
    display: inline-block;
    margin: 0 10px;
}
.footer__base {
    position: relative;
   margin-top: 10px;
}
.footer__base__nav-list li a {
    color: #212529;
    font-size: 16px;
}
.copyright_text
{
    color: #fff;
}
/* End Footer */
/* Start Media Query */
@media (min-width: 1200px)
{
    .primary_btn_:hover {
        background: transparent;
        color: #006838;
    }
    .login-social_link:hover {
        background: transparent !important;
        color: #000 !important;
    }
}
.invalid-feedback {
color: #7a000c !important;
    }