/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}


body{
    /*background-color: gray;*/
    background: url(../img/07.jpg)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding:0;
    margin:0; 
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: "Lato", "Serif";
    font-size: 100%;
}  
h1,h2,h3,h4,h5,h6{
    margin:0;			   
}	
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}

/*--header start here--*/

.header-logo{
    text-align: center; 
    margin-bottom: 4.5em;
    position: relative;
}
.header-logo::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
}

.header-main {
    padding: 50px 50px 0px;
    width: 35%;
    /*margin: 0 auto;*/
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(30,30,30,0.85) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1);
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.header-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    z-index: 1;
}
.header-main h1 {
    font-size: 3em;
    color: #FFFFFF;
    text-align: left;
    /* font-family: "Lato", "Serif"; */
	font-weight: 300;
    /* padding-bottom: 0.8em; */
}

.header-main h3 {
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 0.8em;
}

.header-left-bottom input[type="text"] {
    background: url(../img/m.png)no-repeat 15px 15px, rgba(255,255,255,0.05);
    background-size: 20px 20px, 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 18px 20px 18px 50px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    width: 70%;
    margin: 0 auto 35px auto;
    display: block;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header-left-bottom input[type="text"]:focus {
    border-color: rgba(255,255,255,0.5);
    background: url(../img/m.png)no-repeat 15px 15px, rgba(255,255,255,0.1);
    background-size: 20px 20px, 100%;
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
    transform: translateY(-2px);
}
.header-left-bottom input[type="text"]::placeholder {
    color: rgba(255,255,255,0.7);
}
.header-left-bottom input[type="password"]{
    background: url(../img/l.png)no-repeat 15px 15px, rgba(255,255,255,0.05);
    background-size: 20px 20px, 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 18px 20px 18px 50px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    width: 70%;
    margin: 0 auto 35px auto;
    display: block;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header-left-bottom input[type="password"]:focus {
    border-color: rgba(255,255,255,0.5);
    background: url(../img/l.png)no-repeat 15px 15px, rgba(255,255,255,0.1);
    background-size: 20px 20px, 100%;
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
    transform: translateY(-2px);
}
.header-left-bottom input[type="password"]::placeholder {
    color: rgba(255,255,255,0.7);
}
.header-left-bottom input[type="button"] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 1.2em;
    width: 70%;
    margin: 0 auto;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    display: block;
}
.header-left-bottom input[type="button"]:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}
.header-left-bottom input[type="button"]:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
/* .header-left-bottom input[type="button"]:hover {
    background: gray;
   transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
} */

.clear{
    clear:both;
}
/*--header end here--*/

#msg{
    display: none;
    color: #fff;
    padding: 20px 25px;
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.95) 0%, rgba(192, 57, 43, 0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(231, 76, 60, 0.3);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

#msg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: 1;
}

#msg.show {
    animation: slideInError 0.4s ease-out;
}

@keyframes slideInError {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-error{
    vertical-align: middle;
}

#g-recaptcha{
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 9999;
}

.sitio {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
    position: absolute; right: 2em; top: 1em;
    padding: .8em 1.8em;
    text-decoration: none;
    color: white;
}

.sitio:hover {
	background-color: rgb(57, 58, 63);
}

/* #btn-login:active{
    background-color: gray;    
} */

/*--meadia quries start here--*/

@media(max-width:1440px){
    .header-main {        
        width: 33%;	
    }
}
@media(max-width:1366px){
    /* .header-main {
        width: 35%;
    } */
}
@media(max-width:1280px){
    /* .header-main {
        width: 38%;
    }	 */
}
@media(max-width:1024px){
    .header-main {
        margin: 0 auto;
        width: 46%;
    }
    .header-main h1 {
        font-size: 4em;
    }	
}
@media(max-width:991px){
    .header-main {
        width: 48%;
    }
}
@media(max-width:800px){
    .header-main {
        width: 100%;
        
        /*width: 60%;*/
    }
    .header-logo::after {
        bottom: 0px;
    }
}
@media(max-width:768px){
    /* .header-main {
        width: 61%;
    } */
    span.sin-color {
        font-size: 14px;
    }
    .sitio{
        display: none;
    }
    .header-logo::after {
        bottom: 0px;
    }
}
@media screen and (max-width:736px){
    /* .header-main {
        width: 65%;
    } */
    .header-bottom{
        padding: 2em 2em 0;
    }
    .header-logo{
        margin-bottom: 0em;
    }
    .header-logo::after {
        bottom: 0px;
    }
    /* .header-main{
        height: 92vh;
    } */
}
@media(max-width:667px){
    .header-main h1 {
        font-size: 60px;
    }
    /* .header-main {
        width: 67%;
    } */
    .strip-left.middle {
        margin: 0px 16px;
    }
    .header-social a.face {
        margin-right: 2%;
    }
    .sign-up {
        margin: 1.5em 0;
    }
}
@media(max-width:640px){
    .header-main h1 {
        padding-bottom: .5em;
    }
    /* .header-main {
        width: 70%;
    } */
}
@media(max-width:600px){
    .header-social a.twitt {
        width: 28%;
    }
    .header-social a.face {
        margin-right: 2%;
        width:33%;
    }
    .header-main h1 {
        font-size: 56px;
    }
}
@media(max-width:568px){
    .header-main {
        /*width: 80%;*/
    }
}
@media(max-width:480px){
    
    .header-main h1 {
        font-size: 45px;
    }
    .header-left-bottom input[type="text"] {
        width: 65%;
    }
    .header-left-bottom input[type="password"] {
        width: 65%;
    }
    #msg {
        width: 65%;
    }
    .header-main {
        /*width: 73%;*/
    }
    .header-left-bottom input[type="button"] {
        font-size: 22px;
        width: 65%;
    }
}
@media(max-width:414px){
    /* .header-left-bottom input[type="text"] {
        width: 80%;
    }
    .header-left-bottom input[type="password"] {
        width: 80%;
    }
    .header-main {
        width: 75%;
    } */
    .sign-up {
        margin: 1em 0;
    }
    .header-left-bottom input[type="button"] {
        font-size: 20px;
    }
    .sign-up h2 {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 1.9em;
    }
    .header-main {
        padding: 60px 0px 0px;
    }
    .header-main h1 {
        font-size: 42px;
    }
}
@media(max-width:384px){
    .header-main h1 {
        font-size: 38px;
    }
}
@media(max-width:375px){
    .header-main {
        /*width: 78%;*/
    }
}
@media(max-width:320px){
    
    .header-main {
        /*width: 85%;*/
    }
    .header-main {
        padding: 25px 0px 0px 0px;	
    }
    .header-left-bottom input[type="text"] {
        padding: 12px 13px 15px 44px;
        width: 60%;
    }
    .header-left-bottom input[type="password"] {
        padding: 12px 13px 15px 44px;
        width: 60%;
    }
    #msg {
        width: 60%;
        padding: 15px 20px;
        font-size: 13px;
    }
    .header-main h1 {
        font-size: 36px;
    }
    .header-left-bottom input[type="button"] {
        font-size: 19px;
        width: 60%;
    }
    .forgot h6 {
        font-size: 0.9em;
    }
    .header-left-bottom h3 {
        font-size: 12px;
    }
    .header-main h1 {
        padding-bottom: 1em;
    }
    .header-left-bottom input[type="password"] {
        margin: 0 auto 25px auto;
    }
    .header-left-bottom input[type="text"] {
        margin: 0 auto 25px auto;
    }
}
/*--meadia quries end here--*/