/*loggin*/
#loginDefaultHeading {
	font-size: 40px;
	text-align: center;
	color: #fff !important;
}
#fieldCreateAccount .information{
	color: #fff;
}
#pwd_forgot{
	color: #fff;
}
#loginDefault > .row {
	background-image: url('/images/login_bienvenido_1.jpg');
	width: 100%;
	margin: auto;
	margin-top: 20px
}
span.spr.c-mn-logo-2.visible-xs{
	zoom: .8;
	-moz-transform: scale(.8);
}

#fieldLogin .information{
	color:#fff !important;
}
#fieldLogin legend{
	text-align: center;
	color: #fff;
	border-color: #ed362a;
}
#fieldCreateAccount{
	color: #003c81;
}
#fieldCreateAccount legend{
	text-align: center;
	color: #ed362a;
	border-color: #003c81;
}
.btn-payment-style-group.card{
    margin-bottom: 20px;	
}
@media(min-width:768px){
    #productGeneral > form[name="cart_quantity"] > .row > div:first-child{
        z-index:6;
    }
    
}
@media (max-width:768px){
	/*bof css para formulario create_account*/
	#createAcctDefault .information.termsdescription {
		margin-top: -10px;
	}
	#createAcctDefault button.submit_button{
		margin-top: 20px;
	}
}
