html, body, .wrapper, body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    background: url("../images/loginBKG01.png") no-repeat top, url("../images/loginBKG02.png") no-repeat bottom;
    background-color: #4983E4;
    background-attachment: fixed;
}


.wrapper {
    display: grid;
}

.nombreLogoMunicipio {
    background: #fff;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 3px solid #ccc;
    padding-top: 20px;
    margin-bottom: 10px;
}

    .nombreLogoMunicipio img {
        max-height: 140px;
    }

    .nombreLogoMunicipio h3 {
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #808080;
    }

    .nombreLogoMunicipio p {
        color: #5b5b5b;
        font-weight: bold;
    }

.tituloSuite {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 40px;
    color: #FF9500;
    float: left;
    width: 300px;
    height: 80px;
    background: url("../images/tituloNeptuno.svg") no-repeat bottom;
    font-weight: bold;
    margin-left: 40px;
}

.microshifLogo {
    background: #ffffff;
    height: 87px;
    background: #ffffff url("../images/microshifLogo.svg") no-repeat center;
    float: right;
    width: 200px;
    margin-top: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.fraseModulo {
    text-shadow: 2px 2px 0px rgb(0, 34, 59);
    bottom: 50px;
    width: 450px;
    right: 530px;
    float: right;
    text-align: justify;
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-right: 25px;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.greyBox {
    align-self: center;
}

.datosLogin {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d4d4d+0,cccccc+100 */
    width: 593px;
    text-align: center;
    color: #fff;
    border: 1px solid;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,43,100,0.25);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,43,100,0.25);
    box-shadow: 10px 10px 0px 0px rgba(0,43,100,0.25);
    display: flex;
}

    .datosLogin > div {
    width:50%;
    }


    .datosLogin h4 {
        padding: 5px 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
        width: 140px;
        text-transform: uppercase;
        display: inline;
        font-size: 14px;
        font-weight: bold;
        
    }



.imageLogin {
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url('../images/gestorlogin.png') no-repeat bottom center;
}

    .imageLogin img {
        width: 190px;
        margin: 10px;
    }

.formLogin {
    background: #3A55CF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px;
}

    .formLogin img {
        width: 216px;
        margin: 20px;
    }


.logoNeptunoLogin {
    height: 100px;
    /*height: 80px;*/
    background: url("../images/neptunoLogin.svg") no-repeat center;
    background-size: 234px;
    margin-bottom: 10px;
}

.datosLogin .dx-button-default.dx-button-mode-contained {
    margin-bottom: 10px;
    background: #FF9500;
    border: 2px solid #898989;
}


    .datosLogin .dx-button-default.dx-button-mode-contained:hover {
        background: #8B1512;
    }

        .datosLogin .dx-button-default.dx-button-mode-contained:hover .dx-button-text {
            color: #ffffff;
        }

.contactInfo a {
    position: relative;
    top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.contactInfo {
    text-align: center;
}

.loginContainer {
    display: grid;
}


.contrasena:hover {
    color: #133cdd;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    color: #FF9500;
    padding-bottom: 10px;
}



.datosLogin button {
    padding: 8px;
    border-radius: 5px;
    background: #FF9500;
    color: #fff;
    font-weight: bold;
    width: 100px;
    border: 2px solid #898989;
    margin-top: 30px;
    margin-bottom: 20px !important;
    cursor: pointer;
}

    .datosLogin button:hover {
        background: #8B1512;
        border: 2px solid #CC6633;
    }



.loginContainer {
    display: grid;
    width: 100%;
}

.datosWrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .datosWrap .dir {
        color: #000000;
        text-shadow: 1px 1px 0px #cccccc;
        font-size: 15px;
    }

    .datosWrap > * {
        margin-bottom: 20px;
        font-size: 15px;
    }

.dir::before {
    content: "";
    width: 35px;
    border: 1px solid #fff;
    display: block;
    position: relative;
    left: -40px;
    top: 13px;
}

.dir::after {
    content: "";
    width: 35px;
    border: 1px solid #fff;
    display: block;
    position: relative;
    right: -150px;
    top: -11px;
}




.datosLogin .ForgotPassword {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}

.datosLogin #error {
    color: #ff0;
    font-size: 13px;
    margin: 15px 10px;
}


.datosLogin label {
    display: block;
    margin-bottom: 10px;
}

.datosLogin a {
    color: #002570;
}

.datosLogin .dx-field-item-label-text {
    font-size: 12px;
    color: #ffffff;
}

h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: inherit;
    font-weight: inherit;
    color: #ffffff;
}

h5 {
    display: none;
}

button {
    background: #007CC3;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 5px 20px;
    color: #ffffff;
}

body.swal2-shown.swal2-height-auto.loginBody {
    height: 100% !important;
}


#formLogin {
    width: 100%;
}

    #formLogin .dx-field-item-content {
        margin: 0 auto;
       
    }

#recaptcha > div {
    margin: 0 auto;
}


@media(max-height:633px) {

    .wrapper {
        background-size: auto 90%;
    }
}
