﻿.login-bg-gradient-primary {
    background-image: url(../images/fondo-signia.png) !important;
    background-repeat: no-repeat;
}

.login-bg-gradient-box {
    /*background-image: linear-gradient(180deg,#fff 85%,#fff 0%);*/
    /*background-size: cover;
    background: linear-gradient(180deg, rgba(250, 255, 255, 0.85) 34.57%, rgba(255, 255, 255, 0) 90.75%);  */
    /*border-radius: 20px;*/
}

.text-title-green {
    text-align: center;
    color: #00BE57;
}

.text-title-blue {
    text-align: center;
    color: #1f4b9a;
}

.text-blue-900 {
    text-align: center;
    color: #1f4b9a;
}

.text-green-900 {
    text-align: center;
    color: #00BE57;
}

.card {    
    background: linear-gradient(180deg, rgba(250, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 90%);
}
.btn-primary-custom {
    background-color: #035365;
    color:#FFF;
}
