﻿html, body, .wrapper {
    height:100%;
}

body {
    font-family: Verdana;
    background: #4983E4;
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    background: url("../Content/images/loginBKG01.png") no-repeat top, url("../Content/images/loginBKG02.png") no-repeat bottom;
    background-color: #4983E4;
}


.wrapper {
    display: grid;
    grid-template-rows: 130px auto 90px;
    background:url("../Content/images/techLogin.png") no-repeat left bottom;
}

.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;
    padding: 20px 0 0;
    -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);
}

.datosLogin *{
    margin:0 auto;
    display: block;
}

    .datosLogin h4 {
        padding: 5px 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
        width: 140px;
        text-transform: uppercase;
    }


.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;
}

.logoNeptunoLogin {
    height: 100px;
    background: url("../Content/images/neptunoLogin.svg") no-repeat center;
    background-size: 234px;
    margin-bottom: 10px;
}



input {
    padding: 5px;
    width: 200px;
}


.tituloSuite {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 40px;
    color: #FF9500;
    float: left;
    width: 300px;
    height: 80px;
    background: url("../Content/images/tituloNeptuno.svg") no-repeat bottom;
    font-weight: bold;
    margin-left: 40px;
    border-bottom: 2px solid #fff;
}

.microshifLogo {
    background: #ffffff;
    height: 87px;
    background: #ffffff url("../Content/images/microshifLogo.svg") no-repeat center;
    float: right;
    width: 200px;
    margin-top: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}


.lugarModulo {
    clear: both;
    text-shadow: 3px 3px 0px rgba(0, 34, 59, 1);
}

.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;
}


.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;
}

.contactInfo a {
    position: relative;
    top: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.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;
    }



.greyBox {
    align-self: center;
}

