﻿html {
    background-color: #dfe3e8;
}

.LogFormContainer label{
    font-size:1em;
}

.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    font-weight: 500;
    font-size: 0.90em;
}

.hideMeForm {
    position: absolute;
    top: -8000px;
}


#bodyIframe {
    height: 100%;
}

.content-wrapper {
    background-image: linear-gradient(to top, #DFE3E8 8%, #F7F8FA 57%);
    height: 100%;
}

body {
    height: 100%;
}

.LogInput {
    width: 100%;
    border: 1px solid grey;
}

.LogContainer .validation-summary-errors ul li {
    font-size: 1em;
}

.AccesosFormContainer {
    text-align:right;
}

.ultimoIngreso {
    color: #005a57;
    padding:0px;
    text-decoration: none;
}
.botonResponsibe {
    background-color: #004946;
    background: #004946;
    border-color: #004946;
    border-radius: 4px;
    color: white;
    font-size: medium;
    font-weight: 600;
    padding: 5px 10px;
    margin: auto;
    min-width: 100px;
}

.LogContainer .botonResponsibe:hover {
    background-color: #007772;
    background: #007772;
    border-color: #004946;
    border-radius: 4px;
    color: white;
    font-size: medium;
    font-weight: 600;
    padding: 5px 10px;
    margin: auto;
    min-width: 100px;
}

.LogContainer .botonResponsibe:active {
    background-color: #fdfdfd;
    background: #fdfdfd;
    border-color: #004946;
    border-radius: 4px;
    color: #004946;
    font-size: medium;
    font-weight: 600;
    padding: 5px 10px;
    margin: auto;
    min-width: 100px;
}

.TopContainer {
    width: 100%;
    border-bottom: 1px solid black;
    background-color: #004946;
    background: linear-gradient(to bottom, #003d35 1%,#004946 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logoContainer {
    background-image: url("../../../Images/Icons/LogoSapGrandeBlanco.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50% 60%;
}

.logFooter {
    width: 100%;
    background-image: url("../../../Images/Icons/logoIASDNegro.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    background-position-x: 50%;
    background-position-y: 85%;
}

.AccesosFormContainer {
    float: right;
    display: block;
}

.LogContainer {
    margin: auto;
    color: #005a57;
    font-size: medium;
    font-weight: 600;
}

@media screen and (min-height: 700px) {
    .TopContainer {
        height: 220px;
    }

    .logoContainer {
        background-size: 165px;
    }

    .logFooter {
        height: 150px;
        background-size: 280px;
    }
}

@media screen and (min-height: 580px) and (max-height: 700px) {
    .TopContainer {
        height: 160px;
    }

    .logoContainer {
        background-size: 140px;
    }

    .logFooter {
        height: 120px;
        background-size: 230px;
    }
}

@media screen and (max-height: 580px) {
    .TopContainer {
        height: 100px;
    }

    .logoContainer {
        background-size: 90px;
    }

    .logFooter {
        display: none;
    }
}


@media screen and (max-width: 400px) {
    .LogContainer {
        width: 80%;
    }

    .botonResponsibe {
        width: 40%;
    }

    .AccesosFormContainer {
        display: block;
    }
}

@media screen and (min-width: 401px) {
    .LogContainer {
        width: 70%;
        max-width: 350px;
    }

    .botonResponsibe {
        width: 50%;
        max-width: 150px;
    }

    .AccesosFormContainer {
        display: block;
    }
}


span.sendSmsToken.tokendSmallResend.wait, span.tokenMailSend .tokendSmallResend.wait {
    text-decoration: line-through;
    cursor: wait;
}