.login-page {
    background: linear-gradient(90deg, #0552ff 0, #02014f 50%)!important;
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 20px!important;
}

.login-logo,
.register-logo {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0!important;
    font-weight: 300;
    color: white;
}

.login-logo a,
.register-logo a {
    color: #ffffff!important;
}


/*figura de fonto */

.caja-fondo {
    position: fixed;
    text-align: center;
    z-index: -1;
}

.fondo-png {
    width: 1990.33px;
    height: 1950.68px;
    position: absolute;
}

@keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

.fondo-png {
    animation: 300s rotate360 infinite linear;
}

.form-control-login {
    border-radius: 20px !important;
    box-shadow: none;
    border-color: #c5c6c8 !important;
    height: 50px;
}

.form-box {
    margin: 25px;
}

.form-login {
    text-align: -webkit-center;
}

h2.titulo-login {
    margin-bottom: -16px;
    padding-top: 20px;
}

div.input-sesion {
    margin-top: 40px;
}

p.informacion-cuenta {
    margin-bottom: 35px;
}

.form-control-feedback {
    margin: 15px 5px;
    font-size: 18px;
}

.btn-login {
    background: #322fff;
    color: #fff;
    border-radius: 20px;
}

.btn-login:hover {
    background: #002885;
    color: #fff;
}

.label-login {
    font-size: 20px;
    color: #828282;
}


/*Estilos para firefox*/

@-moz-document url-prefix() {
    .login {
        background: linear-gradient(55deg, #0552ff 0, #02014f 50%);
        margin: 0;
        padding: 0;
        height: 655px;
    }
    .form-login {
        text-align: -moz-center;
    }
}