 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body {
		background-image: url(../Images/login-background.jpg) !important;
		background-repeat: no-repeat;
		background-size: cover;
		font-family: 'Poppins', sans-serif;
		background-color: #000;
    }



    .btn-success {

        background: #E84E2E;
        border-radius: 0;
        border: #E84E2E;
        font-family: 'Poppins', sans-serif;


    }

    .panel-default>.panel-heading {
        background-image: linear-gradient(270deg, #E95A3D 0%, #714493 100%);
            background-image: linear-gradient(90deg, #2C2860 40%, #6C398D 100%);
        background-image: linear-gradient(270deg, #E95A3D 0%, #714493 100%);
        font-family: 'Poppins', sans-serif;
        color: white;
        border-radius: 0;
    }

    .login-panel.panel.panel-default {
        margin-top: 1rem;
    }

    .form-control {

        border-radius: 0;
       font-family: 'Poppins', sans-serif;

        font-size: 14px;

    }

    .form-control:focus {
        border-color: #e84e2e;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(232 78 46 / 56%);
    }

    .login-panel.panel.panel-default {
        margin-top: 10%;
            border-radius: 0;
    }

            span.ayuda {
        font-size: 15px;
        padding: 10px;
        font-family: poppins;
        color: #fff;
        font-weight: 400;
    }

            .login-panel.panel.panel-default {
        background: #ffffffdb;
    }

        input#btnLogIn:hover {
        background: #2a2861;
    }
.footer {
    color: #ffffff;
    margin-top: 230px;
}
             .footer a{
               color: #ffffff;
            }
            .footer a:hover{
                color:#E84E2E;
            }
            
            span.input-group-addon {
    background: #744591;
    color: white;
    border-radius: 0;
}
            
            p.olvidar {
    margin-top: 1rem;
    color: #2a2861;
}
            
            .input-group-addon {
    
    font-size: 16px;
   
}
            
            .btn-group-lg>.btn, .btn-lg {

    font-size: 16px;

}