@charset "utf-8";
/* CSS Document */
html,body {
  height: 100%;
}
.row {

    background-color: white;
}
body{
	
	background-color:#e3e3e3!important;
	/*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;
}

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

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

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

select {

color: grey;

}

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

 }

::placeholder {
  color: black;
}

.pastilla {

background-color:#f4f4f4;
	border-radius: 20px;
	padding:20px;
	box-shadow: 5px 5px 15px #a0a0a0
}
.boton {
    background-color: #ff5c00!important;
    width: 50%;
    border-radius: 20px!important;
    border: none!important;
    width: 150px;
}

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

a {
    color:black!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}