/*body {
	background: url(../img/backgrounds/signin1200.png)no-repeat 0 0;
	opacity: .6;
}*/

.site-content {
	padding-top: 60px;
}

#signin {
	padding-bottom: 162px;
	padding-top: 162px;
	text-align: center;
}

#signin .container {
	position: relative;
}

#signin form input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid white;
	margin: 15px auto;
	text-align: center;
	-webkit-border-radius:;
	-moz-border-radius:;
	border-radius:0 !important;
}

#signin form .datos-envio-cliente input {
	text-align: left !important;
}

#signin input::-webkit-input-placeholder {
	font-family: 'GalanoGrotesque-Medium';
	font-size: 13px;
	color: #B9BAC8;
	letter-spacing: 0.25px;
	line-height: 20px;
}

#signin input + input, input + input p  {
	margin-top: 12px;
}

#signin form {
	font-family: 'GalanoGrotesque-Medium';
	font-size: 11px;
	color: #B9BAC8;
	letter-spacing: 0.21px;
	line-height: 20px;
	margin-top: 68px;
}

#signin button {
	display: block;
	margin-top: 15px;
}

#signin .form-header {
	text-align: center;
}

#signin a {
	text-align: center;
	margin-top: 17px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

#signin a:hover {
	color: white;
	border-bottom: 1px solid white;
}

.pedidos-historial h2 {
	margin-top: 38px;
}

.v-line {
	width: 2px;
	height: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	right: 50%;
	position: absolute;
	top: 0;
}

.signup-div form p {
	margin-top: 6px;
	margin-bottom: 25px;
	text-align: left;
}

@media (max-width: 991px) {
	/*body {
		background: url(../img/backgrounds/signin768.png)no-repeat 0 0;
		opacity: .6;
	}*/

	#signin {
		/*height: 70vh;*/
		/*min-height: 730px;*/
		height: auto;
		padding: 30px 15px;
	}
}

@media (max-width: 767px) {
	/*body {
		background: url(../img/backgrounds/signin320.png)no-repeat 0 0;
		opacity: .6;
	}*/

	.site-content {
		padding-top: 110px;
	}

	#signin {
		/*height: 80vh;*/
		height: auto;
		padding: 30px 15px;
		/*min-height: 500px;*/
		/*padding-bottom: 0;*/
		/*padding-top: 0;*/
	}

	.form-header{
		margin-top: 0px;
		display: block;
		cursor: pointer;
	}

	.signin-div {
		border-bottom: 1px solid #5f6177;
		padding-bottom: 50px;
	}

	.signup-div {
		height: auto;
		overflow: hidden;
		padding-top: 20px;
		margin-top: 20px;
	}

	.signup-div.open {
		height: auto;
		overflow: visible;
	}

	.signin-div.closed {
		height: 86px;
		overflow: hidden;
	}

	.v-line {
		display: none;
	}

	#signin form {
		margin-top: 47px;
	}
}

@media (min-width: 1200px) {

}