/**********************************************************
				Authentication Styles
**********************************************************/
#authentication .page-heading {
    margin-bottom: 17px;
}
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
display: none; }

#create-account_form,
#login_form {
	/*border: 1px solid #ebebeb;*/
    min-height: 315px;
    padding: 13px;
}
#create-account_form p {
	margin-bottom: 0px; 
}
#create-account_form .form-group {
	margin: 20px 0 0; 
}
#login_form .form-group {
	/*margin-bottom: 30px;*/
}
#login_form .form-group.lost_password {
	margin: 14px 0 15px 0; 
}
#login_form .form-group.lost_password a {
	color: #999;
    font-size: 0.86em;
    text-decoration: underline;
}
#login_form .form-group.lost_password a:hover {
	text-decoration: none; 
}
#login_form .form-control, 
#create-account_form .form-control {
    /*background: #f8f8f8 none repeat scroll 0 0;*/
    /*border-color: #ebebeb;*/
    /*height: 50px;*/
    /*width: 100%;*/
}
#create-account_form .page-subheading,
#login_form .page-subheading,
.account_creation .page-subheading {
    color: #00c0a5;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
	padding-bottom: 19px;
}
.form-group > label {
    font-weight: 400;
    margin-bottom: 5px;
}
.account_creation {
    border: 1px solid #ebebeb;
    padding: 60px 50px;
}
.account_creation label {
    font-size: 13px;
    font-weight: 400;
}
.radio-inline, .checkbox-inline {
    cursor: default;
    padding-left: 0;
}
#uniform-newsletter > span, 
#uniform-optin > span {
    top: -7px;
}
.submit{
	margin-bottom: 0;
    margin-top: 15px;
}
#authentication .submit button.btn {
    /*background: #00c0a5 none repeat scroll 0 0;*/
    /*border-color: #00c0a5;*/
    /*color: #fff;*/
	/*min-width: 170px;*/
    margin-bottom: 30px;
    margin-top: 0;
}
#authentication .submit button.btn-default .fa {
    margin-right: 5px;
}
div.selector span{
	display: none;
}
div.radio span{
	top: 0;
}
.col-xs-4 div.selector select {
    border: 0 none;
    padding: 0 20px;
    width: calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
}
.form-group .selector {
    border: 1px solid #f0f0f0;
    position: relative;
	width: 100% !important;
    max-width: 271px;
    z-index: 2;
}
.form-group .selector .form-control{
    width: 95% !important;
}
.form-group .selector:before{
    display: none !important;
}
.box.box-addresses {
    background: #fafafa none repeat scroll 0 0;
    padding: 0 20px 20px;
}
.box-addresses .page-subheading {
    border-bottom: 1px dashed #d1d1d1;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 11px 0;
}

#authentication #center_column .form-group .form-control {
    max-width: 271px;
}

#authentication h3.page-subheading{
    font-size: 18px;
    line-height: 24px;
}

#authentication sup{
    top: 0;
}

#authentication button#submitGuestAccount {
    float: right;
}


/*# sourceMappingURL=authentication.css.map */
