.login-bg{
    background-image:url('../images/login-bg-image.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.custom-primary-btn{
    color: #ffffff;
    background-color: #004AAD;
    height: 58px;
}

.custom-primary-btn:hover, .custom-primary-btn:active{
    color: #ffffff !important;
    background-color: #003f91 !important;
    border: none !important;
}

.custom-label, .custom-label svg{
    color: #737373;
    fill: #737373;
}

.custom-logo{
    width: 70%;
}

.height-100-vh{
    height: 100vh;
}

.login-custom-side-title{
    position: absolute;
    left: 5%;
    width: auto;
}

@media (max-width: 1300px) {
    .login-custom-side-title {
        display: none;
    }
    .login-custom-top-title {
        display: block;
    }

}

@media (min-width: 1300px) {
    .login-custom-side-title {
        display: block;
    }
    .login-custom-top-title {
        display: none;
    }

}


