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

body{
	
	background-color:#FFFFFF;
		background-image: url("../img/fondo_form.png");
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: 100%;
    /*height: 400px;*/
padding-bottom:30px;
 
}

.label:after {
    content: '\A';
    white-space: pre;
}

.inp {
    border:none;
    border-bottom: 1px solid #b3b3b3;
	background:#f4f4f4;
	width:100%;
    padding: 5px 10px;
    outline: none;
 }

select {

color: grey;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
 }

.pastilla {

background-color:#f4f4f4;
	border-radius: 20px;
	padding:20px;
	box-shadow: 5px 5px 15px #a0a0a0
}

.boton {

	background-color: #1c3556!important;
	width:100%;
	
}

.container {


}
.signup-form-container {
	
	border-radius:3px;
	background:#ffffff;
	border-top:3px solid #007bff;
	margin:4% auto;
	max-width:500px;
	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;
}
