@charset "utf-8";
/* CSS Document */

body{
	background: rgb(40,39,39);
background: linear-gradient(90deg, rgba(40,39,39,1) 0%, rgba(71,71,71,1) 47%, rgba(40,39,39,1) 100%);
	font-family:  Arial, "sans-serif";
}
#procesando{
	color: white;
}
.contenedor{
    display: flex;
    flex-wrap: wrap;
	margin-top: 8%;
	
	justify-content: center;
}
.logo{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.imagen{
    
}
input[type=text]{
	background-color:#2f2f2f;
	border:1px solid #00a0d7;
	border-width:  0.1em;
	margin: 5px;
	color: #00a0d7;
	font-size: 15px;
	padding: 0;
	padding-left: 20px;
	width: 290px;
	height: 45px;
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}

input[type=text]:focus {
  color: white;
	border:1px solid #D9D8D8;
	outline: none;
	border-width:  0.1em;
}
input[type=password]{
	background-color:#2f2f2f;
	border:1px solid #00a0d7;
	border-width:  0.1em;
	margin: 5px;
	color: #00a0d7;
	font-size: 15px;
	padding: 0;
	padding-left: 20px;
	width: 290px;
	height: 45px;
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}

input[type=password]:focus {
  color: white;
	border:1px solid #D9D8D8;
	outline: none;
	border-width:  0.1em;
}
input[type=email]{
	background-color:#2f2f2f;
	border:1px solid #00a0d7;
	border-width:  0.1em;
	margin: 5px;
	color: #00a0d7;
	font-size: 15px;
	padding: 0;
	padding-left: 20px;
	width: 290px;
	height: 45px;
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}

input[type=email]:focus {
  color: white;
	border:1px solid #D9D8D8;
	outline: none;
	border-width:  0.1em;
}
input[type=button]{
	background-color:grey;
	border: none;
	margin: 15px;
	color: white;
	font-size: 12px;
	padding: 0;
	width: 200px;
	
	height: 40px;
	
	font-family:  Arial, "sans-serif";
		
}
input[type=submit]{
	background-color:rgb(3, 168, 173);
	border: none;
	margin: 15px;
	color: white;
	font-size: 12px;
	padding: 0;
	width: 200px;
	
	height: 40px;
	
	font-family:  Arial, "sans-serif";
	cursor: pointer;
		
}
button[type=submit]{
	background-color:#00a0d7;
	border: none;
	margin: 15px;
	color: white;
	font-size: 16px;
	padding: 0;
	width: 290px;
	
	height: 40px;
	
	font-family:  Arial, "sans-serif";
	cursor: pointer;	
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
margin-bottom: 50px;
}

.olvidado{
	margin: 10px;
	display: flex;
	margin-bottom: 30px;
	color: white;
	font-size: 10px;
	justify-content: center;
}
.condiciones{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	color: #00a0d7;
	font-size: 14px;
	margin: 10px;
	justify-content: center;
	height: 100px;
	width: 30%;
}
a:link, a:visited, a:active {
    text-decoration:none;
}
a {
  color: #00a0d7;
}
::-webkit-input-placeholder { /* Edge */
  color: #00a0d7;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #00a0d7;
}

::placeholder {
  color: #08a6db;
}
@media only screen and (max-width: 768px) {
	img {
	  width: 200px;
	}
}
