body {
    background-color: #fff;
    margin: 0 !important;
}

    #auth #auth-right {
        background: url("../img/LOGO.png"), linear-gradient(90deg, #2d499d, #3f5491);
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #auth #auth-left .auth-title {
            font-size: 20px;
            margin-bottom: 1rem;
            text-align: center;
            font-weight: 400;
        }
.form-group label {
    color: rgba(35, 28, 99, 0.7);
    font-weight: 400 !important;
}
        #auth #auth-left .auth-subtitle {
            color: #a8aebb;
            font-size: 1.7rem;
            line-height: 2.5rem;
        }

        #auth #auth-left .auth-logo {
            margin-bottom: 1rem;
            text-align: center;
        }

            #auth #auth-left .auth-logo img {
                width: 65%;
                max-width: 110px;
            }

@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 5rem;
    }
}

@media screen and (max-width: 576px) {
    #auth #auth-left {
        padding: 5rem 3rem;
    }
}
.gradient-custom {
    background: url("../img/background.png"), linear-gradient(90deg, #2d499d, #3f5491);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#sigia-logo {
    width: 106px;
}

.btn-primary{
    color: #fff;
    background-color: #2aaae2 !important;
    border-color: #2aaae2 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0e9edd !important;
    border-color: #0e9edd !important;
}