@charset "utf-8";
/* CSS Document */

body{
	
	background-color:#f9f9f9;
}

.signup-form-container {
	
	border-radius:3px;
	background:#ffffff;
	border-top:3px solid #007bff;
	margin:1% auto;
	max-width:550px;
	border-top-color:#00c0ef;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.1)
}

.signup-form-container_index {
	
	border-radius:3px;
	background:#ffffff;
	border-top:3px solid #007bff;
	margin:1% auto;
	max-width:100%;
	border-top-color:#00c0ef;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.1)
}

.form-header{
	
	color:#444;
	display:block;
	padding:20px;
	position:relative;
	border-bottom:1px solid #f4f4f4;
}

.form-header .form-title {
	display:inline-block;
	font-size:18px;
	margin:0;
	line-height:1
}

.form-body {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	padding:20px;
}

.form-footer {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #f4f4f4;
	padding:20px;
	background-color:#fff
}

.form-control{
	
	font-size: 16px;
    height: auto;
    padding: 7px 9px;
}
.form-group #error{
	color:#a94442;
}
.boton_listas{
	margin-left:3px;
	margin-right:3px;
    padding: 4px 7px;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
