.page-title-wrapper{
	text-align:center;
}
.page-title-wrapper .page-title{ 
	margin-top:40px;
}
.account_wrapper .fieldset>.field{
	margin-bottom:20px;
}
.account_wrapper .legend {
    margin-left: 0px;
}
input.form-control{
    width: 100%;
    height: 50px;
    background-color: #ffffff !important;
    padding: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
	margin: 0;
	border:1px solid #EAEAEA;
}
input.form-control:focus, input.form-control:active{
	outline:none;
	box-shadow: none;
}
textarea.form-control{
	height:100px;
	cursor: auto;
}
.account_wrapper , .block-new-customer{
	padding:60px;
	float:none!important;
	margin:0 auto;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,.05);
	max-width:500px;
	min-width:auto!important;
}
.formHeading{
	border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px!important;
    padding-bottom: 12px!important;
	width:100%;
	display:block;
	font-weight:500;
}
.account_wrapper .form.password,
.account_wrapper .form.create,
.account_wrapper .contact
{
	width:100%!important;
	min-width:100%!important;
}
.account_wrapper .login, .account_wrapper .form > .fieldset{
	margin-bottom:0px;
}
.block-new-customer{
	margin-top:50px;
}
.account_wrapper .fieldset>.field:not(.choice)>.label{
	width: 100%;
    text-align: left;
}

.showPwd:before, .field.choice:before, .note.no-label:before{
	display:none!important;
}

.login.btn, .login.btn:hover, .login.btn:active, .login.btn:focus,
.btn, .btn:hover, .btn:active, .btn:focus,
.customer-account-login .actions-toolbar .create
 {
    width: 100%!important;
    background: #000!important;
    border-radius: 50px;
    font-family: 'Montserrat'!important;
    font-weight: normal!important;
    text-transform: uppercase;
    padding: 11px 20px!important;
	line-height: 30px;
	border:1px solid #000!important;
	font-size:14px!important;
}

.linkBtn{
	color:#000!important;
	margin-top:10px;
	display:block;
}
.login-container .fieldset:after{
	margin-left:0px!important;
	margin-top:10px;
}
.actions-toolbar .primary, .account_wrapper .fieldset>.field:not(.choice)>.control{
	width:100%;
}

@media(max-width:767px){
	
	.page-title-wrapper .page-title{
		font-size: 30px;
		margin-bottom: 20px;
		line-height: normal;
	}
	
}