﻿html, body, .wrapper {
    height:100%;

}

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


.wrapper {
    display: grid;
    grid-template-rows: 130px auto 90px;
    background: url("../images/Content/techLogin.png") no-repeat left bottom;
    /*background-attachment: fixed;*/
}

.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/Content/tituloNeptuno.svg") no-repeat bottom;
        font-weight: bold;
        margin-left: 40px;

    }

.microshifLogo {
    background: #ffffff;
    height: 87px;
    background: #ffffff url("../images/Content/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 */
    background: #4d4d4d; /* Old browsers */
    background: -moz-linear-gradient(top, #4d4d4d 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4d4d4d 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4d4d4d 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    width: 380px;
    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);
}

.logoFlorida {
    padding: 15px 0;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom:15px;
}

.logoFlorida img {
    width: 100%;
    padding: 5px 20px 0;
}

    .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;
    }

.logoNeptunoLogin {
    height: 100px;
    /*height: 80px;*/
    background: url("../images/Content/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;
}
    /*
*/
    /*.datosLogin *{
    margin:0 auto;
    display: block;
}




.ingresarBtn {
    background: #FF9500;
    width: 147px;
    padding: 8px 0;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px !important;
}

label {
    font-weight:bold;
    font-size:13px;
}

label, input, button,  a {
    margin-bottom: 10px !important;
}

.form-horizontal {
    padding-bottom:10px;
}





input {
    padding: 5px;
    width: 200px;
}


.lugarModulo {
    clear: both;
    text-shadow: 3px 3px 0px rgba(0, 34, 59, 1);
}




.contrasena {
    color: #47D;
    margin-bottom: 0 !important;
}

.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;
    }



*/
    /*----------ESTILOS DEL SIOT-----------*/
    /*body, html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e7e6+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e7e6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e6e7e6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e6',GradientType=0 );
    /* IE6-9 */
}

.wrapper {
    display: flex;
    height: 100%;
    background: url("../images/Content/bkgLoginLeft.png") no-repeat left top, url("../images/Content/bkgLoginRight.png") no-repeat right bottom;
    background-size: auto, 55%;
}*/

.loginContainer {
    display: grid;
    grid-template-rows: auto 80px;
    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 input {
        margin-bottom: 10px;
    }

    .datosLogin a {
        color: #002570;
    }

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

h3 {
    border-bottom: 2px solid #ffffff;
    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;
}


#formulario {
    width: 100%;
}

    #formulario .dx-field-item-content {
        margin: 0 auto;
        width: 60%;
    }

#recaptcha > div {
    margin: 0 auto;
}


@media(max-height:633px) {

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

}

