/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
font-family: "opensans_light";
 src: url("https://campus.ampans.cat/loginampans/fonts/open-sans-light.ttf");
}
*/

html { 
 background-color: white;
 /* background: url(pix/img_fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}


* {
  margin: 0;
  padding: 0;
}


body {
  font-family:Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: .3px;  
}

table{
	
	width: 100%;
	border: none;
	text-align: center;
	
}


#clg_wrapper{
	width: 100%;
	height: 100%;
}


.clg_txt1, .clg_txt2{
	
	margin-left: 10%;
}



.clg_txt1{
	font-size: 25px;
	margin-top: 45px;
	margin-bottom: 5px;
	color:#575757;
}

.clg_txt2{
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	color:#575757;
}



#clg_leftbox{
	background-image: url("pix/img_fondo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 3%;
	min-height: 707px;
}


.clg_leftlogo{
	display: block;
    background-image: url("pix/logo.png");
    margin: 25px 0 25px 3%;
    width:300px;
    height: 100px;	
}

.clg_rightlogo{
	display: block;
    background-image: url("pix/logo.png");
    margin: 10px auto 10px auto;
    width:173px;
    height: 100px;	
}


.clg_img_login{
  /*margin-left: 45px;*/	
  width: 100%;
  height: auto;
}


#clg_loginform{
	position: fixed;
	top: 0;
	width: 350px;
	right: 3%;
	height: 100%;
	background-color: rgba(0, 129, 194, 0.8);
	border: 1px solid #0081c2;  
	-webkit-box-shadow: -9px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -9px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -9px 0px 5px 0px rgba(0,0,0,0.75);
	
}


#clg_loginhead{
	font-size:12px;
	font-weight: normal;
	margin-top:20px;
	width: 100%;
	text-align: center;
	
}

#clg_loginhead a{
	color: #ffffff;
	text-decoration: none;
	
}

#clg_logonlogo{
	width: 100%;
	margin: 40px 0 25px 35px;
	/*font-weight: bold;*/
	display: flex;
    /*justify-content: center;*/
    font-size: 2opx;
    align-items: center;
}

#clg_logonlogo img{
	/*width: 150px;*/
	height: 100px;
}


.clg_accessbox{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.clg_tuacceso{
	font-size: 25px;
	margin-bottom: 25px;;

}

.clg_label{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 7px;
}

.clg_label_pr{
	display: block;
	float: right;
	color: #d3d3d3;
	text-align: right;
	cursor: pointer;
}
.clg_label_pr:visited, .clg_label_pr:hover{
	color: #ffffff;
}


.clg_field{
	width: 90%;
	height: 35px;
	border: 1px solid #1281af;
	font-size: 20px;
	padding: 0 5%;
}

.clg_endmsg{
	font-size: 12px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 7px;
	color: #ffffff;
}

.clg_endmsg a{
	color: #ffffff;
}

/*********************************************
 * Errores.                                  *
 *********************************************/
 
 .clg_logerror{
   background-color: #f9bab7;
 }


.clg_errormsg{
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #ffff80;
	height: 60px;
	margin-top: 15px;
}






/*********************************************
 * Botón.                                    *
 *********************************************/


.clg_boton {
	box-shadow: 4px 3px 7px 0px #5b5c5a;
	background-color:#ffff00;
	border-radius:10px;
	border:1px solid #0081c2;
	display:inline-block;
	cursor:pointer;
	color:#0081c2;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:8px 46px;
	text-decoration:none;
	/*border-radius:10px;
	border:1px solid #0b0e07;*/
	
	width: 80%;
	margin-top: 25px;
	margin-left: 27px;
	
	
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	font-weight: bold;
	padding:9px 0;
	text-align: center;
	text-decoration:none;
	
}
.clg_boton:hover {
	background-color:#fef8a5;
}
.clg_boton:active {
	position:relative;
	top:1px;
}

        


/*************************************************/
/* Responsive                                    */
/*************************************************/

@media screen and (max-width:1033px) {
 
	 .clg_txt1, .clg_txt2{
	    display: none; 
	  }
	 
	 #clg_loginform{
	   margin-left: auto;
	   margin-right: auto;
	   right: auto;
	   left: 50%;
	   margin-left: -175px;
	 }
	 
	 .clg_img_login{
            margin: 100px auto;	
            width: 100%;
            height: auto;
      }
      
      .clg_rightlogo{
         display: block;
      }
	 
	 .clg_leftlogo{
         display: none;
      }
	 
	 #clg_leftbox{margin-top: 120px}
	 
}



@media screen and (max-width:685px) {
	
	
}



@media screen and (max-width:435px) {
	
	
}





