@import 'configuracionTema.css';
body{
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px !important;
}

.formulario{
    background-color: rgba(255,255,255,0.7);
    margin-left: 20px;
    margin-right: 20px;
}

.logoIndex img{
    heigth: 70%;
    width: 70%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-form{
    background-color: transparent !important;
}

.login-form .login-field:focus {
    border-color: #9AC68F !important;
}

