	.login-page{
		background: url(../img/login/fondo.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.login-box{
		background-color: transparent;
		top: 100px;
		background: rgba(0,0,0,.3);
		border-radius: 20px;
		box-shadow: rgba(0,0,0,.568);
	}
	.login-box-body{
		background: none;
	}

	.btn-primary{
		background-color: #0E8369;
		text-align: center;
		width: 100%;

	}
	.btn.btn-flat{
		border-radius: 20px;
		margin-left: center;
		width: 100%;
		height: 45px;
		transition: 0.5s ease-in;
	}
	.col-xs-4 {
    width: 33.33333333%;
    width: 100%;
	}


	.has-feedback .form-control{
		background: rgba(0,0,0,.3);
		border-style: none;
		transition: 0.5s ease-in;
		border-radius: 8px;
	}
