.blackberry-gradient, .btn.blackberry-gradient.active, .btn.blackberry-gradient:active {
    background-image: linear-gradient(45deg,#843cf7,#38b8f2);
    background-repeat: repeat-x;
}

.btn.green-tea-gradient.active, .btn.green-tea-gradient:active, .green-tea-gradient {
    background-image: linear-gradient(45deg,#004b91,#78cc37);
    background-repeat: repeat-x;
}

.btn.celestial-gradient.active, .btn.celestial-gradient:active, .celestial-gradient {
    background-image: linear-gradient(45deg,#c33764,#1d2671);
    background-repeat: repeat-x;
}

.btn.deep-orange-orange-gradient.active, .btn.deep-orange-orange-gradient:active, .deep-orange-orange-gradient {
    background-image: linear-gradient(45deg,#ef0b0b,#bf540c);
    background-repeat: repeat-x;
}

.btn.red-pink-gradient.active, .btn.red-pink-gradient:active, .red-pink-gradient {
    background-image: linear-gradient(45deg,#ff5252,#f48fb1);
    background-repeat: repeat-x;
}

.btn.politics-gradient.active, .btn.politics-gradient:active, .politics-gradient {
    background-image: linear-gradient(45deg,#2196f3,#f44336);
    background-repeat: repeat-x;
}

.btn.purple-amber-gradient.active, .btn.purple-amber-gradient:active, .purple-amber-gradient {
    background-image: linear-gradient(45deg,#d500f9,#ffa000);
    background-repeat: repeat-x;
}

.btn.green-teal-gradient.active, .btn.green-teal-gradient:active, .green-teal-gradient {
    background-image: linear-gradient(45deg,#43a047,#1de9b6);
    background-repeat: repeat-x;
}

.btn.cosmic-fusion-gradient.active, .btn.cosmic-fusion-gradient:active, .cosmic-fusion-gradient {
    background-image: linear-gradient(45deg,#f0c,#339);
    background-repeat: repeat-x;
}

.btn.purple-deep-purple-gradient.active, .btn.purple-deep-purple-gradient:active, .purple-deep-purple-gradient {
    background-image: linear-gradient(45deg,#7b1fa2,#7c4dff);
    background-repeat: repeat-x;
}

.grid-title{
    font-family: Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 13px;
}
.bg-orange {
    background: #fc7303!important;
    color: #fff !important;
}

.custom_card {
    height: 85px;
}
.tx-30 {
    font-size: 30px;
}

.tx-18 {
    font-size: 18px;
}

.tx-20 {
    font-size: 20px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #4caf50;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.br-header-right a {
    color: #ffffff;
}

.br-sideleft {
    background-color: #1b233b;
}

.navicon-left a:hover, .navicon-left a:focus {
    color: #ccc;
}

.br-menu-item {
    font-size: .77rem;
}

.br-menu-sub .nav-link {
    font-size: 11px;
}


.login-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100vh
}

.login-wrapper .login-img {
    width: 66%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.login-img img {
    height: 50px;
}

.login-wrapper .login-box {
    width: 34%;
    height: 100vh;
    padding: 30px;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff
}
.login-userheading{
    text-align: center;
}
.login-wrapper .login-box .login-userheading h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000
}

.login-wrapper .login-box .login-userheading h4 {
    font-size: 14px;
    font-weight: 400;
    color: #212b36;
    line-height: 1.4
}

.login-wrapper .login-box .login-logo {
    display: block;
    margin-bottom: 25px;
    max-width: 150px;
    align-items: center;
    text-align: center;
}

.bg-info-login {
    opacity: 1;
    background-color: #ff2e65 !important;
}

.login-wrapper .login-img{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex: 1;
    background: linear-gradient(45deg, #ff2e65, #00f2fe, #ff2e65, #00f2fe);
    background-size: 400% 400%;
    animation: gradient-animation 8s ease infinite;
}

@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

@media (max-width: 991px) {
    /* .login-wrapper .login-img {
        display:none
    } */

    .mobile-content{
        margin-top: -250px;
    }

    .mobile-text-h1{
        display: none;
    }

    .login-wrapper .login-img {
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        padding-bottom: 30px;
        min-height: 10vh;
    }

    .login-wrapper .login-box {
        width: 100%
    }

    .login-img img{
        margin-top: 50px;
    }
}

.login-btn:hover {
    box-shadow: 0 50px #fff inset!important;
    color: #ff9f43!important
}

.login-btn {
    width: 100%;
    font-weight: 700;
    background: #ff9b52 !important;
    border-color: #ff9b52 !important;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 15px;
    color: #fff!important
}

.forgot {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #62769D;
}

.font-bold{
    font-weight: bold;
}