@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
body{
background-image: url(../img/fondonuevo3.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
@font-face{
    src:url("../fon/KaushanScript-Regular.ttf");
    font-family:acom;
}

#contenedorpri{
/*background-image: url(../img/f5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: red;
width: 80%;
height: 100%;
margin:0px auto;*/

}

#login{
    margin: auto;
	display: block;
	width: 320px;
	height: auto;
	margin-top:80px;
	margin-bottom:80px;
	padding-top:80px;
	padding-bottom:80px;
	 border-radius: 10px;
    background: rgba(37,250,241,0.6);
background: linear-gradient(184deg, rgba(37,250,241,0.6) 3%, rgba(242,245,246,0.6) 16%, rgba(0,251,240,0.6) 48%, rgba(2,234,247,0.969625350140056) 94%);
	text-align: center;
	
	
}

h1{
	font-family:Showcard gothic;
	font-size: 24px;
	color:rgba(2, 194, 57  ,1);
	text-shadow: 1px 1px 1px rgba(113, 224, 253,1);
	text-align: center;;
	padding-top:0px;
   	height:30px;
    justify-content:center;
    align-items: center;
}
 #log{
    
    background-image: url(../img/logoencnew.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	width:300px;
    height:150px;
    justify-content:center;
    align-items: center; 
    margin-top:10px;
 
      }
  
  #titlog{
      margin:auto;
      width:100%;
      height:auto;
      display: flex;
      flex-wrap:nowrap;
      justify-content: center;
      margin-top:10px;
      align-items: center;
      margin-bottom:20px;
      background:0;
     
      
      
  }


#contin{

    display: flex;
    flex-direction:column;
   justify-content: center;
   align-items: center;
   flex-wrap:wrap;
	width: 100%;
	height:60%;
	
}
img{
	width: 60px;
	height: 60px;
	margin:auto;
	margin-bottom:20px;
	
}


input[type="submit"]{
background: rgb(4,179,180);
background: linear-gradient(349deg, rgba(4,179,180,1) 0%, rgba(1,2,74,1) 8%, rgba(15,249,250,1) 39%, rgba(1,25,61,1) 85%, rgba(10,247,241,1) 100%);
	margin:auto;
	margin-top:10px;
	color: #fff;
	font-family:calibri;
	width: 90%;
    height:40px;
	font-size: 20px;
	border-radius:50px;
    font-weight: bold;
    cursor: pointer;
    border:0px;
}

#nomcol{
   
    font-size: 20px;
    margin:auto;
    margin-bottom:20px;
    width:98%;
    color: rgba(1, 4, 62 );
    font-weight: bold;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;  
   	font-family:col;
	text-align: center;
    background:0;
    text-align: center;
    margin-top:10px;

}

#acom{
    font-family:acom;
    font-size: 34px;
	color:rgb(188, 244, 248);
	text-shadow: 1px 1px 1px rgb(1, 9, 77);
    justify-content:left;
    align-items: center; 
    background:0;
    
}

.intxt{
padding:2px;
border:0px;
border-radius:2px;
width: 90%;
height:30px;
font-size: 22px;
font-family: Calibri;
margin-top:5px;
border-radius:10px;
padding:5px;
background:rgba(255,255,255, 0.2);

}

#inputolvido{
 margin:auto; 
 margin-top:5px;
    
}


@media screen and (min-width: 600px) and (max-width: 2000px){
   body{
       background: rgb(37,250,241);
background: linear-gradient(184deg, rgba(37,250,241,1) 3%, rgba(242,245,246,1) 16%, rgba(0,251,240,1) 48%, rgba(2,234,247,0.969625350140056) 94%);
   } 
    
    
}

