@charset "utf-8";
/* CSS Document */

 @font-face {
  font-family: FF;
  src: url(/branda-font/Branda-yolq.ttf);
}


.tabletr{
	background-color: #F6F6F6;
}

.tabletr:hover{ 
    background-color: rgba(77, 128, 169, 0.411);

}
.container1{
	position: relative;
  }
  
  .container1 .card{
	position: relative;
	width: 159px;
	height: 215px;
	background: #0071ce;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
	animation: fadeInAnimation ease 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  }


  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.container1 .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
 
  transition: 0.5s ease-in-out;
}

.container1 .card:hover:before{
  clip-path: circle(300px at 80% -20%);
}

.container1 .card:after{
  content: '';
  position: absolute; 
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255,255,25,0.05)
}

.container1 .card .imgBx{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  height: 120px;
  transition: 0.5s;  
	fill: #0071ce;
  
}

.container1 .card:hover .imgBx{
  top: -7%;
  transform: translateY(0%);
    
}

.container1 .card .imgBx img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) ;
  width: 50px; 
}

.container1 .card .contentBx{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 69px;
  text-align: center;
  transition: 0.5s;
  z-index: 10;
  font-size: 15px;
  color: #0071ce;
  font-weight: bold;
}

.container1 .card:hover .contentBx{
  height: 130px;
}

.container1 .card .contentBx h2{
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.container1 .card .contentBx .size, .container1 .card .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.container1 .card:hover .contentBx .size{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.container1 .card:hover .contentBx .color{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.container1 .card .contentBx .size h3, .container1 .card .contentBx .color h3{
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.container1 .card .contentBx .size span{
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: 0.5s;
  color: #111;
  border-radius: 4px;
  cursor: pointer;
  
}

.container1 .card .contentBx .size span:hover{
  background: #0a71ce;
}

.container1 .card .contentBx .color span{
  width: 20px;
  height: 10px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.container1 .card .contentBx .color span:nth-child(2){
  background: #0a71ce;
}

.container1 .card .contentBx .color span:nth-child(3){
  background: #03a9f4;
}

.container1 .card .contentBx .color span:nth-child(4){
  background: #e91e63;
}

.container1 .card .contentBx a{
  display: inline-block;
  padding: 10px 20px;
  background: #0071ce;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: white;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 0;
}

.container1 .card:hover .contentBx a{
  opacity: 1;
  transform: translateY(15px);
  transition-delay: 0.75s;
  
}


.inpt{
	width:110px; 
}

.bttn{
	background: white;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #0071ce;
	border: 2px solid #0071ce; 
	border-radius: 5px;
	font-weight: bold;
	transition-duration: 0.4s;
	 
    
}

.bttn:hover {
	background-color: #0071ce; /* Green */
	color: white;
	box-shadow: 0px 15px 25px -5px rgba(darken(dodgerblue, 40%));
    transform: scale(1.08);
  }
  .bttn:active {
	box-shadow: 0px 4px 8px rgba(darken(dodgerblue, 30%));
    transform: scale(.98);
  }



.body{
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	background-image: url(../img/page_verde.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-position: left 0px;
	margin: 0px 0px 0px 0px;
	font-size:16px;
}

 #uno{
 
}




.elemntt{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/1.jpg);
	 border-radius: 15px;
	 
	margin-left: 10px;
	 -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
	  
	 
	}




.elemnt{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/1.jpg);
	 border-radius: 15px;
	 
	margin-left: 10px;
	 -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
	  
	 
	}
	
	/* 
.elemnt:hover, .elemnt:focus, .elemnt:active {
  box-shadow: 2px 2px 2px 2px rgba(0.6, 0.6, 0.6, 0.6);
}
*/
	
	
	
 
	
	.elemnt2{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/2001.jpg);
	 border-radius: 15px;
	 
	margin-left: 10px;
	}
	
 

.elemnt2:hover{
	text-decoration: none;
	color: #000; 
}

/*==================*/
/* PUSH
/*==================*/

@-webkit-keyframes push-on-hover {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes push-on-hover {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.push-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.elemnt2:hover, .elemnt2:focus, .elemnt2:active,.elemnt:hover, .elemnt:focus, .elemnt:active,.elemnt3:hover, .elemnt3:focus, .elemnt4:active,.elemnt4:hover, .elemnt4:focus, .elemnt4:active,.elemnt5:hover, .elemnt5:focus, .elemnt5:active,.elemnt6:hover, .elemnt6:focus, .elemnt6:active,.elemnt7:hover, .elemnt7:focus, .elemnt7:active,.elemnt8:hover, .elemnt8:focus, .elemnt8:active,.elemnt9:hover, .elemnt9:focus, .elemnt9:active,.elemnt10:hover, .elemnt10:focus, .elemnt10:active,.elemnt11:hover, .elemnt11:focus, .elemnt11:active,.elemnt51:hover, .elemnt51:focus, .elemnt51:active, .cteinterno1:hover, .cteinterno2:hover, .cteinterno3:hover{
  -webkit-animation-name: push-on-hover;
  animation-name: push-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
	 

	
	.elemnt3{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/3.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	}
	.elemnt4{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/4.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	}
	.elemnt5{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/5.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	}
	.elemnt6{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/6.jpg);
 border-radius: 15px;
	margin-left: 10px; 
	}
	.elemnt7{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/7.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	margin-top: 0px;
	}
	.elemnt8{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/8.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	margin-top: 0px;
	}
	.elemnt9{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/9.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	margin-top: 0px;
	}
	.elemnt10{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/10.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	margin-top: 0px;
	}
	.elemnt51{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/historialestadocuenta.jpeg);
	border-radius: 15px;
	margin-left: 10px; 
	}
	.elemnt11{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menu/reportesinternoscte.jpg);
	 border-radius: 15px;
	margin-left: 10px;
	margin-top: 0px;
	}
	
	
	
	.eelemnt{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/1.jpg);
	background-color:#006; 
	 margin-left: 10px;
	}
	
	
	 
	
	.eelemnt2{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/2.jpg);
	background-color:#006; 
	margin-left: 10px;
	}
	.eelemnt3{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/3.jpg);
	background-color:#006; 
	margin-left: 10px;
	}
	.eelemnt4{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/4.jpg);
	background-color:#006; 
	margin-left: 10px;
	}
	.eelemnt5{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/5.jpg);
	background-color:#006; 
	margin-left: 10px;
	}
	.eelemnt6{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/6.jpg);
	background-color:#006; 
	margin-left: 10px;
	margin-top: 10px;
	}
	.eelemnt7{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/7.jpg);
	background-color:#006; 
	margin-left: 10px;
	margin-top: 10px;
	}
	.eelemnt8{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/8.jpg);
	background-color:#006; 
	margin-left: 10px;
	margin-top: 10px;
	}
	.eelemnt9{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/9.jpg);
	background-color:#006; 
	margin-left: 10px;
	margin-top: 10px;
	}
	.eelemnt10{
	height:200px;
	width:200px;
	background-size: cover;
	background-image:url(../img/menuu/10.jpg);
	background-color:#006; 
	margin-left: 10px;
	margin-top: 10px;
	}
	
	.cteinterno1{
		height:200px;
		width:200px;
		background-size: cover;
		background-image:url(../img/menu/cteinterno1.jpg);
		background-color:#006; 
		margin-left: 10px;
		margin-top: 10px;
		border-radius: 15px;
	}
	
	.cteinterno2{
		height:200px;
		width:200px;
		background-size: cover;
		background-image:url(../img/menu/cteinterno2.jpg);
		background-color:#006; 
		margin-left: 10px;
		margin-top: 10px;
		border-radius: 15px;
	}

	.cteinterno3{
		height:200px;
		width:200px;
		background-size: cover;
		background-image:url(../img/menu/cteinterno3.jpg);
		background-color:#006; 
		margin-left: 10px;
		margin-top: 10px;
		border-radius: 15px;
	}


/***** WHATS APP SECCIÃ“N************/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px; 
  background-color:#ffffff;
  background-image: url(../img/wicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.cuadro-magna{
    background-color: forestgreen;
    height: 100px;
	width: 200px;
    padding: 0px 15px 35px 15px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.43);
    border-radius: 3px;
    color: white;
    font-size: 30px;
    font-weight: 600;
		text-align:center;
}

.cuadro-premium{
    background-color: #d80b13;
    height: 100px;
	width: 200px; 
    padding: 0 15px 35px 15px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.43);
    border-radius: 3px;
    color: white;
    font-size: 30px;
    font-weight: 600;
		text-align:center;
}
.cuadro-diesel{
    background-color:#2E2E2E;
 height: 100px;
	width: 200px;
    padding: 0 15px 35px 15px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.43);
    border-radius: 3px;
    color: white;
    font-size: 30px;
    font-weight: 600;
	text-align:center;
}

.magna{
	color:black;
	
	}
	
	.premium{
	color:black;
	
	}
 
.precios-titulo{
    background-color: rgba(0, 0, 0, 0.35);
    margin: 0 -15px 15px -15px;
    padding: 0.8rem 15px; 
    text-align: center;
	font-size:20px;
	width: 100%;
    color: white;
}

.precios{
  margin-left: 0px !important;
}
.nuestros-precios{
    padding-bottom:5rem;
    color: #0E0F1F;
}

.tanquelleno{
    margin-top: 60px;
    color:#0E0F1F; 
    text-align: center;
    font-weight: 700;
}
.delineado{
    color: #0070cd;
    font-weight: 900;
}
.delineado:hover{
    color: #0E0F1F; 
}
.bg-precios{
    background-color: #e6e6e6;
    color: white;
    padding-top: 50px;
    padding-bottom: 120px;
}


#extra{
	/*position:absolute;
	left: 50%;
	margin-left: -472px;*/
	margin:0px auto;
	padding: 0px;
	width:944px;
	height:17px;
	background-image: url(../img/mosaico_azulñ.gif);
	background-repeat: no-repeat;
	font-size:.1em;
	
	
	}
	
		
	
	
	
	
	
	#page{
	/*position:absolute;
	left: 50%;
	margin-left: -472px;
	top:17px;*/
	
	margin:0px auto;
	padding: 0px;
	width:1060px;
	

}
#header{
	padding: 0px;
	height: 118px;
	width: 1060px;
	position:relative;
}
#eNacional {
	background-image: url(../img/firma_sener.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 53px;
	position:absolute;
	top:0px;
	right:0px;
}
#header #PEMEX{
	background-image: url(../img/LogoTenemosLaEnergia.png); 
	background-repeat:no-repeat;
	background-position:bottom;
	 
	background-size: cover;
	height: 80px;
	width: 311px; 
	top: 50px;
	left: 100px;
	margin-top: 5px;
}

 .extraa{
	 
  
	margin:0px;
	padding-left: -100px;
	width:1200px;
	height:17px;
	background-image: url(../img/mosaico_azul.gif);
	background-repeat: no-repeat;
	font-size:.1em;
	
	
	}


#eNacional a, #PEMEX a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
#PEMEX a{
	height:50px;
}
#eNacional a{
	height:84px;
}
#header #search{
	right:0px;
	top:0px;
	width: 145px;
	height:84px;
	padding:0;
	position:absolute;
	background-image: url(../img/pemexcom.png);
	background-repeat: no-repeat;
}
#header #search div.searchForm{
	padding:0;
	margin-left:13px;
	margin-top:30px;
}
#header #search div.searchType{
	font-size:0.6em;
	padding:0;
	margin-top:7px;
}
#header #search div.searchType table td{
background-image:none;
background-color:#B2B2B2;
border:none;
padding:0px;
}
#header #search div.searchType table{
border:none;
}



#search #searchBx{
	width:106px;
	border:0;
	margin:0;
	padding:0;
	height:20px;
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color: #666666;
	float:left;
}
#search #searchBtn{
	border:0;
	padding:0;
	margin:0;
	width:19px;
	height:20px;
	float:left;
	background-color: transparent;
}
#maincontent{
	padding: 0px;
	width: 1060px; 
}

#maincontentx{
	padding: 0px;
	width: 1060px;
	align:center; 
}
#maincont{
	padding: 0px;
	width: 530px; 
	float:left;
}
#maincontt{
	padding: 0px;
	width: 530px; 
	float:right;
}
#maincontentdos{
	padding: 0px;
	width: 100%; 
}

.homebg{
	background-image: url(../img/homecontent.gif);
	background-repeat: repeat-y;
}
#flash, #flashcontent{
	padding: 0px;
	top: 117px;
	width: 944px;
	border-top:7px solid #FFFFFF;
	color:#000000;
}
#headInt{
	padding: 0px;
	width: 944px;
	height: 39px;
	border-top:7px solid #FFFFFF;
	color:#FFFFFF;
}
#flash, #flashcontentBasico{
	/* padding: 0px; */
	/* top: 117px; */
	/* width: 944px; */
	/* border-top:7px solid #FFFFFF; */
	color:#000000;
}
/*FOOTER*/
#footer{ 
position: fixed;
	width: auto;
	height:30px;
	background-color:#000;  
	clear:both; 
    left: 0px;
    bottom: 0px; 
    width: 100%; 
}

 
.footerRight{
	float:right;
	width:530px;
	text-align:right;
	font-size:12px;
	padding:6px;
	color: #FFFFFF;
		padding:10px 0px 0px 17px;
}
.footerRight a{
	color: #999999;
	text-decoration: none;
	padding: 0px 2px;
}
.footerRight a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C4C4C;
}
.footerLeft{
	width:430px;
font-size:12px;
	color: #FFFFFF;
	padding:10px 0px 0px 17px;
}
/*UTILS*/
.clear{
	clear:both;
	font-size:.01em;
	height:1px;
}
.spacer{
	font-size:.01em;
	height:9	px;
	background-color:#000;
	
}
.bold{
	font-weight:bold;
	 
}
.left{float:left;}
.right{float:right;font-size:12px;}

#grafica{
width:auto;
margin:auto;
border:none;
background-image:url(../img/fr_grafica_fondo.jpg);
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 530px; 
  margin: 0px;
}
.form {
	 
  
  z-index: 1;
  background: #FFFFFF;
  max-width: 450px;
  margin: 0 auto 0px;
  height: 240px;
  
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 250px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #006eb5;
  width: 55%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.formd {
	 
  
  z-index: 1;
  background: #FFFFFF;
  max-width: 450px;
  margin: 0 auto 0px;
  height: 240px;
  
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.formd input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 250px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.formd button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #006eb5;
  width: 55%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.formd button:hover,.form button:active,.form button:focus {
  
}
.formd .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.formd .message a {
  color: #4CAF50;
  text-decoration: none;
}
.formd .register-form {
  display: none;
}

.container {
   
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background: #76b852; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #76b852, #8DC26F);
  background: -moz-linear-gradient(right, #76b852, #8DC26F);
  background: -o-linear-gradient(right, #76b852, #8DC26F);
  background: linear-gradient(to left, #76b852, #8DC26F);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}



.formd {
	 
  
  z-index: 1;
  background: #FFFFFF;
  max-width: 450px;
  margin: 0 auto 0px;
  height: 360px;
  
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.formd input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 250px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.formd button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #006eb5;
  width: 55%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.formd button:hover,.form button:active,.form button:focus {
  
}
.formd .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.formd .message a {
  color: #4CAF50;
  text-decoration: none;
}
.formd .register-form {
  display: none;
}




 


















