.colorLabel{
	color: black; 
}

.borderInput{
	border-radius: 15px;
	border: solid 2px deeppink;
}

.colorSpan{
	color: yellowgreen; 
}

.btnEstilo{
	color: #fff;
    background-color: deeppink;
    border-color: deeppink;
	cursor:pointer;
	padding: .375rem .75rem;
	border-radius: 50rem;
}

.imgFondo{
	background-image: url('../img/fondo.jpg'); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-size: cover;
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative;
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration
Defines the length of time that an animation takes to complete one cycle.
: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.login_form {
    position: absolute;
    top: 30px;
    width: 100%;
}

.topeTitulo{
	padding-top: 5px;
	padding-bottom: 5px;
}

.espcioDiv{
	padding: 5px 5px 5px 20px;
	text-align: left;
}

.alturaBtn{
	padding: 5px 5px 20px 5px;
	text-align: center;
}

.tamanioInput{
	width: 94%;
	height: 20px;
}