* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	background: #fff;
	color:#000;
}

a {
	text-decoration: none;
	color:#B8711B;
}

a:hover {
	text-decoration: underline;
}

h2 {
	text-align: center;
	background-color; #F2F2F2;
}
.contenedor {
	max-width: 500px;
	width: 90%;
	margin: auto;
}

.titulo {
	font-weight: 300;
	color: #01ACF0;
	text-align: center;
	margin: 60px 0 30px 0;
}

.user_admin {
	color: #000;
}

.border {
	border:none;
	margin-bottom: 5px; 
	border-top:10px solid #01ACF0;
	background: none;
	color:none;
}

.formulario {
	background: #F2F2F2;
	padding: 30px;
	margin-bottom: 30px;
}

.formulario .form-group {
	width: 100%;
	margin-bottom: 10px;
}

.form-select {
	width: 73%;	
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
}


.formulario input[type="text"],
.formulario input[type="password"] {
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 15px;
	border: none;
	vertical-align: top;
}

.formulario .icono {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
	background: #01ACF0;
	display: inline-block;
	color:#fff;
	vertical-align: top;
}

.formulario .icono.izquierda {
	margin-right: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.formulario .usuario,
.formulario .password {
	width: calc(100% - 52px);
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .password_btn {
	width: calc(100% - 105px);
}

.formulario .error ul {
	padding: 0 15px;
}

.formulario .error ul li {
	margin-bottom: 10px;	
}

.formulario .submit-btn {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
	background: #01ACF0;
	display: inline-block;
	color:#fff;
	background: #01ACF0;
	cursor: pointer;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.texto-registrate {
	text-align: center;
}

.texto-registrate a {
	display: block;
	font-size: 18px;
	color: #01ACF0;
	font-style: bold;
}

.contenido article {
	padding: 30px;
	background: #fff;
}

.contenido article p{
	margin-bottom: 10px;
	color:#000;
}

.boton {
	font-size: 18px;
	background-color: red;
	color: white;
	padding: 5px;
}
table {
	width: 100%;
}
th {
	background: #F2F2F2;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;
}


@media (max-width: 414px) {
	h1{
		line-height: 2.0rem;
		font-size: 2.0rem;
	}
  .formulario .icono {
	padding: 10px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	}
	.formulario {
    background: #F2F2F2;
    padding: 10px 5px;
    margin-bottom: 30px;
	}
	.h2, h2 {
    font-size: 1.5rem;
	}
	.formulario .submit-btn {
    padding: 10px;
    text-align: center;
    width: 48px;
    max-height: 48px font-size: 18px;
    line-height: 18px;
    display: inline-block;
	}
	.formulario input[type="text"], .formulario input[type="password"] {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
    border: none;
    vertical-align: top;
	}
	.form-select {
    width: 60%;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0px;
    background-color: #ffffff;
	}
	.formulario .icono.izquierda {
    margin-right: 0px;
}
}
