.login-reg {
    padding-bottom: 0px;
    background: #fff;
}
.rtl-col {
    padding-left: 0px;
}
.fxt-animated-img img {
    width: 100%;
}
.fxt-animated-img {
    max-width: 400px;
}
.authenticate .btn {
    padding: 15px 15px;
    border-radius: 120px !important;
    margin: 30px 0 0 0;
}
.authenticate .form-control, .form-select {

    border-color: #e3e3e3;
}

.alert .btn-close {
    color: #000 !important;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    background: none;
    background-color: #fff !important;
    font-weight: 700;
}
.rtl-body h2 {
    color: #224295;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 37px;
    max-width: 370px;
    margin: 0 auto 30px;
}
.section-text h2.title {
    margin-bottom:30px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight:600;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
    color: fieldtext !important;
}
.alert {
    margin-bottom: 30px;
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;
    font-size: 14px;
    font-weight: 400 !important;
}
.rtl-body {
    padding-left: 0;
    align-items: center;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5vh;
    padding-bottom: 0vh;
    justify-content: space-between !important;
}
.login_form {
    padding: 50px;
    background: #fff;
    border-radius: 0;
    max-width: 540px;
    width: 100%;
    position: relative;
}

.bgoverlay {
    background: #224295;
}
.bgoverlay:before {
    content: '';
    position: absolute;
    background: #224295d4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-filter: blur(8px);
}
.bgoverlay {
    background: #224295 url(../authnew/img/money_transfer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body {
    background: #fff;
}
.rtl-col {
    display: block;
}
  
@media (min-width: 1600px) {
    .fxt-animated-img {
        max-width: 100%;
    }

    .rtl-body h2 {
        color: #224295;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        line-height: 44px;
        max-width: 450px;
        margin: 0 auto 30px;
    }

    .form-logo img.logo {
        max-width: 100%;
    }

    .rtl-body {
        padding-bottom: 5vh;
    }
}

@media (max-width: 767px) {
    .fxt-animated-img {
        display:none;
    }
    .rtl-body {
        min-height: auto;
        padding-bottom: 5vh;
    }
    .login_form {
        padding: 20px;
    }
    .bgoverlay {
        padding: 30px;
    }
    .section-text h2.title {
        font-size: 28px;
        line-height: 20px;
  
    }
}