﻿body, body.pushable, body.pushable > .pusher {
    background-size: cover !important;
    background-image: url(fondo.jpeg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

LoginInputs {
    height: 40px !important;
    font-size: 20px !important;
}

lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

    .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }





/*
body {
    margin: 0;
    padding: 0;
    background: url(/css/inicio/fondo.jpeg) no-repeat 0px 0px;
    min-height: 100vh;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}*/

h1 {
    margin: 0;
    /*color: #ffffff;*/
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
}



p.w3l-register-p {
    color: #eee;
    font-size: 13px;
    text-align: center;
    margin-top: 2em;
}

.w3l-login-form {
    background: #fff;
    max-width: 400px;
    margin: auto;
    margin-top: 5%;
    padding: 3em;
    border-radius: 30px;
    box-sizing: border-box;
}

.group {
    display: flex;
    padding: 15px 5px;
    background-color: #ffffff;
}

    .group i {
        color: #fc3955;
        font-size: 20px;
        padding: 0 10px;
    }

.w3l-form-group {
    margin: 20px 0;
}

    .w3l-form-group label {
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        color: #d2d2d2;
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-style: italic;
    }

input[type="text"],
input[type="password"] {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        outline: none;
    }


.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

a {
    color: #eee;
    font-size: 14px;
    text-decoration: none;
}

.forgot p {
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-size: 13px;
}

.register {
    color: #00BCD4;
    text-decoration: none;
}

/*--footer--*/

p.copyright-agileinfo {
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

footer p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

    footer p a:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
    }

footer {
    padding: 4em 0;
    text-align: center;
}
