body.login-page, body.register-page {
    background: #fff !important;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: 300;
}

.login-logo img {
    max-width: 100%;
    height: auto;
}

.login-box-body, .register-box-body {
    background: none !important;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: #0072B4 solid 1px;
    color: #0072B4 !important;
}

.login-background {
    background-image: url(/images/gtrm_fondo_original.png) !important;
 /*   background-image: url(/images/gtrm_fondo_navidad.png) !important;*/
     /*background-image: url(/images/gtrm_fondo_original_halloween.png) !important;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    overflow: hidden;
}

.input-group-addon.user-icon {
    background-image: url('/Images/gtrm_user.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    border-bottom: #0072B4 solid 1px;
}

.input-group-addon.password-icon {
    background-image: url('/Images/gtrm_correo.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    border-bottom: #0072B4 solid 1px;
}
