/* Auth pages style*/
.auth-one-bg{
    background-position: inherit !important;
}
.auth-one-bg-position {
    height: 100% !important;
}
.auth-one-bg .bg-overlay{
    background: linear-gradient(to right, #505050, #a6cad952) !important;
    opacity: 0 !important;;
}

.auth-logo-div img{
    padding: 10px;
    background-color: #003A5A;
    border-radius: 5px;
    opacity: .6;
}
/* button style*/
.btn-secondary{
    background-color: #003A5A !important;
    border-color: #003A5A !important;
}

.text-primary{
    color: #003A5A !important;
}

