﻿@media screen and (max-width: 575px) {
    #kt_login > div.d-flex {
        background-image: none !important;
        background-color: rgba(227,227,227,0.8);
    }

    #kt_login div.login-form {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 768px) {
    #kt_login_forgot {
        order: 2;
    }

    #kt_login_signin_submit {
        order: 1;
    }
}

.ps-bg-sistema {
    background-image: url('../../img/Cliente/background.jpg');
}

.ps-bg-formulario {
    background-color: rgba(227,227,227);
    border-radius: 3%;
}

@media(max-width: 425px) {
    .cintillo img {
        width: 30rem;
    }
}

@media(max-width: 375px) {
    .cintillo img {
        width: 20rem;
    }
}
