﻿@import url('https://fonts.googleapis.com/css?family=Markazi+Text:600|Open+Sans:600|Roboto|Roboto+Slab|Rubik:500|Ubuntu:700');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html {
    height:100%;
    overflow:auto;
}
body {
    background-image: url('../img/shutterstock_247834669.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: auto;
    min-height: 550px !important;
}
.cont {
    flex-direction: column;
    height: inherit;
    min-height: 550px !important;
     width: inherit;
     justify-content: space-between !important;
    display: flex !important;
    background-color: rgba(10, 10, 10, 0.40);
}
.login {
    background-color: rgba(239, 239, 239, 0.80);
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(160, 160, 160, 0.50);
    height: 50%;
    max-height: 460px;
    min-height: 460px;
    width: 50%;
    max-width: 400px;
    min-width: 300px;
    padding: 10px;
    display: block;
    flex-direction: column;
    align-self: center;
    position: relative;
    backdrop-filter: blur(6px);
}
    .login label  {
        font-size: 20px;
        font-weight: bolder;
        color: rgb(105, 105, 105);
    }
    .login input { 
        color: rgb(100, 100, 100);
        border-radius: 2px;
        font-size: 20px;
        font-weight: bolder;
        border-bottom-width: 3px;
        border-bottom-color: rgba(150, 150, 150, 0.90)
    }
.login2 {
    background-color:rgba(239, 239, 239, 0.80);
    border-radius:5px;
    /*border:3px solid rgba(255, 255, 255, 0.59);*/
    box-shadow: 0px 0px 3px rgba(160, 160, 160, 0.50); 
    height: 50%;
    max-height: 250px;
    min-height: 250px;
    width: 50%;
    max-width: 400px;
    min-width: 300px;
    padding:10px;    
    display:block;
    flex-direction:column;
    align-self:center;
    position:relative;
    }
    .login2 label  {
        font-size: 20px;
        font-weight: bolder;
        color: rgb(105, 105, 105);
    }
    .login2 input { 
        color: rgb(100, 100, 100);
        border-radius: 2px;
        font-size: 20px;
        font-weight: bolder;
        border-bottom-width: 3px;
        border-bottom-color: rgba(150, 150, 150, 0.90)
    }
    .logo {
        width: 100%;
        height: 125px;
        padding: 3%;
        display: flex;
        justify-content: space-between;
    }
        
.registro {
    font-size:18px;
    color:#fff;
    font-weight:bolder;
    text-align:center;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.60);
    cursor:pointer;
    margin-top:-60px;
    text-decoration:none;
}
.registro:hover{
    text-decoration:underline;
}
footer {
    justify-content: center;
    text-align: center;
    padding: 8px;
    font-weight: bolder;
    background-color: rgba(233, 233, 233, 0.40);
    color: rgba(65, 68, 78, 0.90);
    margin-top:10%;
}
.buttonborder {
    color: rgba(55, 76, 101, 0.80) !important;
    font-weight:bolder;
    border-radius: 15px;
    border: 4px solid rgba(55, 76, 101, 0.80);
    cursor:pointer;
}
.buttonborder:hover{
    transform:scale(1.1);
    transition:all 0.3s;
}
.buttonborder:disabled {
    color: rgba(120, 125, 131, 0.80) !important;
    border: 4px solid rgba(120, 125, 131, 0.80);
    cursor: not-allowed;
}
    .buttonborder:disabled:hover {
        transform: scale(1);
        transition: all 0.2s;
    }
.logologin {
    display: flex;
    height: 160px;
    margin-top: 00px;
    justify-content: center !important;
    flex-flow: row nowrap;
    align-items:center;
    padding:0px;
    position:relative;
    
}
.img01 {
    height: 150px;
    width: 295px;
    
    transition: all 0.2s;
}
.img02 {
    height: 300px;
    width:  300px;
    margin-top:-60px;
    transition:all 0.2s;
}
.inputdemoErrors .inputErrorsApp {
    min-height: 48px;
}

.inputdemoErrors md-input-container > p {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
}
@media Only screen and (max-width:700px){
    html, body{
        width:100% !important;
        height:100% !important;
        position:fixed;
        display:flex;
    }
    .login{
        margin:0;
    }
    .logo {

        height: 10%;
        flex-direction: column;
        align-content: center;
        transition: all 0.2s;
    }
        .logo img {
            align-self: center;
            transition: all 0.2s;
            transition: all 0.2s;
        }
    .img01 {
        height: 100px;
        width: 200px;
        display: none;
        transition: all 0.2s;
    }
    .img02 {
        height: 200px;
        width: 200px;
        margin-top: -50px;
        display: none;
        transition: all 0.2s;
    }
}
@media Only screen and (max-height:500px) {
    
}
@media Only screen and (max-width:500px) {
}
@media Only screen and (max-height:600px) {

    .login {
        margin: 0;
        transition: all 0.2s;
    }

    .login {
        margin-top: 100px;
    }

    .img01 {
        height: 100px;
        width: 200px;
        display: none;
        transition: all 0.2s;
    }

    .img02 {
        margin-top: -50px;
        height: 200px;
        width: 200px;
        display: none;
        transition: all 0.2s;
    }

    .logo {
        max-height: 1px;
        padding: 0 !important;
        opacity: 0;
    }

    footer {
        margin-top: 0;
    }
}
.ingresar md-input-container:after {
    content:none;
}
.look {
    position: relative;
}
.lockclose, .lockopen, .regopen, .reg {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    font-size: 38px;
    color: rgba(55, 76, 101, 1);
}
.regclose {
    position: absolute;
    top: 0;
    left: 5px;
    transition: all 1s;
    font-size: 38px;
    color: rgba(55, 76, 101, 1);
}
.lockclose {
    opacity: 0;
}
    .look:hover .lockclose {
        animation: lockopen 2s infinite;
    }
.look:hover .lockopen {
    animation: lockclose 2s infinite;
}
.regclose {
    opacity: 1;
}
 
.look:hover .regopen {
    animation: lockclose 2s infinite;
}
@keyframes lockclose {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
@keyframes lockopen {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.1;
    }
}