
/*
.bg-gradient{
    background-image: linear-gradient(163deg, #FFD025 0%, #ED6F22 100%), url(https://vrio.wpengine.com/wp-content/uploads/2023/03/VRIO.svg) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}*/


.bg-gradient-image {
    background-image: url(../images/VRIO.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: .5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}


.bg-gradient {
    position: relative;
    background-image: linear-gradient(150deg, #000000 20%, #2b354f 100%) !important;
}

.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b354f;
}
@media (min-width: 320px) and (max-width: 991px){
    .login-logo {
        display: none !important;
    }
    .right-radius {
        border-radius: 1rem;
    }
}

.sign-up-in-section .container{
    z-index: 999;
}

.login-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-in-section .password-block li{
    color:#737373 !important;
}

.btn-primary{
    background: #EE6F23;
    /*color: #000 !important;*/
}

.btn-primary:hover,.btn-primary:active,.btn-primary:active,.btn-primary:focus,.btn-primary:focus-visible{
    background: #cb550f !important;
    border-color: #cb550f !important;
}