﻿.bgLogin {
    background-image: url('../../../media/img/bg_login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gradient-custom-2 {
    /* fallback for old browsers */
    background: var(--bs-teal);
    /* Chrome 10-25, Safari 5.1-6 */
    background-image: url('~/media/img/app_medico.png');
    background: -webkit-linear-gradient(to right, var(--bs-teal), var(--bs-color-accent), var(--bs-color-accent), var(--bs-teal));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, var(--bs-teal), var(--bs-color-accent), var(--bs-color-accent), var(--bs-teal));
}

    .gradient-custom-2 img {
        position:absolute;
        width:55.1%;

    }

@media (max-width: 1400px) {
    .gradient-custom-2 img {
        width: 55%;
        bottom:0%;
    }
}

@media (max-width: 1000px) {
    .gradient-custom-2 {
        display: none !important;
    }

    .bgLogin {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}