@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;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Subir archivo";
border-radius: 8px;
background-color: #1c3556!important;
color: white;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

.inp {
    	border:1px solid #003761;
    	border-radius: 8px;
	background:white;
	width:100%;	
	padding: 5px 10px;
    	outline: none;
	text-align:center;
	color: #003761;
 }

.titulo {
    font-size: 24px;
    font-weight: bold;
    color: #003671;
}

select {

color: grey;

}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -220%;
    opacity: 1;
    color: #2d6390;

 }

::placeholder {
  color: #2d6390;
}

.pastilla {

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

.boton {

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

.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;
	
}

.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;
}
