﻿
/*html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.input-field label {
    color: #000;
}

.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label {
    color: #E62020;
}

.input-field input[type=text]:focus, .input-field input[type=password]:focus {
    border-bottom: 1px solid #E62020;
    box-shadow: 0 1px 0 0 #E62020;
}

.input-field input[type=text].invalid, .input-field input[type=password].invalid {
    border-bottom: 1px solid #E62020;
    box-shadow: 0 1px 0 0 #E62020;
}

#contenedor {
    height: 60%;
    width: 60%;
    margin: 5% auto;
    position: relative;
    background-color: #F5F5F5;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

#sistema {
    height: 100%;
    width: 50%;
    position: absolute;
    background-color: white;
}

footer {
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #E62020;
}

.regresar {
    color: red;
    position: absolute;
    bottom: 20px;
    left: 10px;
    cursor: pointer;
}

p {
    color: white;
    text-align: center;
    margin: 9px 0 0 0;
}

img.responsive-img {
    position: relative;
    top: 16%;
    left: 17%;
    width: 65%;
}

#login, #recuperarContrasena {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#login {
    z-index: 1000;
}

#contenerLogin {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 1s, height 0.5s;
}


.form-login {
    display: inline-block;
    padding: 8% 11% 0px 11%;
    border: 1px solid #EEE;
    width: 100%;
    height: 70%;
}

.linkrecuperarContrasena {
    color: #E62020 !important;
    font-size: 14px;
    float: left;
    margin-top:2%;
    cursor: pointer;
}

.flipper.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper .back {
    background-color: #f0f0f0;
    z-index: 800;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipper .front, .flipper .back {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-transition: transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.flipper.flip .back {
    z-index: 1000;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media only screen and (max-width : 1025px) {
    #sistema {
        display: none;
    }

    #contenerLogin {
        width: 100%;
    }

    .logo {
        display: inline-block !important;
    }
}

@media only screen and (max-height : 800px) {
    #contenedor {
        height: 85%;
    }
}


.logo {
    width: 15%;
    height: 13%;
    position: absolute;
    left: 13%;
    top: 4%;
    display: none;
}*/

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#contenedor-principal {
    background-image: url(../img/colleagues-giving-fist-bump.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
}

header {
    height: 7%;
    width: 100%;
    background-color: #FFF;
    border: rgb(158, 155, 155) 1px solid;
    margin: 0;
    padding: 0;
    float: left;
}

#transparent-container {
    background-color: rgba(200, 134, 135, 0.5);
    color: rgba(200, 134, 135, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
}

#container {
    height: 100%;
    position: relative;
    top: 7%;
}

#login-container {
    clip-path: polygon(0 0, 65% 0, 45% 100%, 0% 100%);
    border: rgb(158, 155, 155) 1px solid;
    background-color: #FFF;
    width: 60%;
    height: 95%;
    position: absolute;
}

#titulo {
    font-family: 'Times New Roman', Times, serif Medium,Lato,sans-serif;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.75rem !important;
    color: #E62020;
    position: absolute;
    left: 17%;
    top: 15%;
}

.logo {
    height: 100%;
}

#formLogin {
    position: absolute;
    width: 45%;
    top: 25%;
    left: 2%;
}

#OlvidoContrasena {
    color: #E62020;
    margin-top: 2%;
    cursor: pointer;
}

#redes {
    position: absolute;
    bottom: 18%;
    left: 5%;
}

    #redes > ul li {
        float: left;
        list-style: none;
        width: 48px;
        height: 48px;
        margin-left: 20px;
        cursor: pointer;
    }

        #redes > ul li img {
            width: 100%;
            height: 100%;
        }

    #redes ul {
        overflow: hidden;
    }

#derechos {
    position: absolute;
    bottom: 7%;
    left: 5%;
    color: gray;
    width: 15%;
    text-align: center;
}

div#pageMessages {
    right: 1%;
    bottom: 1%;
    position: absolute;
}

.hide {
    display: none;
}
@media only screen and (max-height : 650px) and (min-width : 810px) {
    #redes, #derechos {
        display: none;
    }
}


    @media only screen and (max-width : 800px) {
        #contenedor-principal {
            height: 25%;
            /* background-size: cover;  */
        }

        #transparent-container {
            display: none;
        }

        #login-container {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            height: auto;
            position: static;
        }

        #container {
            height: 100%;
            width: 100%;
            float: left;
            top: 0;
        }

        #login-container {
            width: 100%;
        }

        #titulo {
            text-align: center;
            position: static;
        }

        #formLogin {
            position: static;
            width: 90%;
            margin: 0 auto;
        }

        #redes {
            position: static;
            width: 70%;
            margin: 20px auto;
        }

        #derechos {
            width: 100%;
            position: static;
        }
    }
