 .content-wrapper {
    background: linear-gradient(180deg, rgba(0, 85, 186, 1) 0%, rgba(97, 184, 238, 1) 100%);
}

h1 {
    font-weight: bold;
    color: rgba(0, 85, 186, 1);
}
b{
    color: rgba(0, 85, 186, 1);
}
.btn-custom-login {
    background: rgba(70, 141, 253, 1);
    color: #ffffff;
    font-size: 12pt;
    border-radius: 5px;
}
.brand-logo-custom{
    text-align: center;
}
