#leftandwrapper {
	margin-bottom: 20px;
}

#leftnav {
	padding: 0 15px;	
}

#leftnav .left-nav-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

/* #right-content h1{
	margin: 0px;
	color: #3E0451;
	font-weight: bold;	
	padding: 5px 0;
} */

#right-content .register-title {
    font-size: 20px;
}

#right-content h2{
	margin: 0px;	
	font: bold 1.3em arial, tahoma;
	color: #3E0451;
	font-weight: bold;	
	padding: 10px 10px;
}


#right-content .page-title{
	padding: 5px 15px;
	background-color: #f2f2f2;
	border: 1px solid #EEEDEF;	
}

/* #right-content p {
	margin-top: 10px;
	color: #818181;
} */

.btn-confirm-wrapper button, 
.btn-confirm-wrapper a, 
.btn-confirm-wrapper input {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

div#existingCustomerId {
    background-color: #49065d;
    border-radius: 6px;
	padding-right: 14px;
    min-height: 300px;
}

.large-padding {
    padding-left: 25px;
    padding-right: 25px;

}

div#orId {
    color: #3e0451;
    font: bold 20px Arial,Helvetica,sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

div#continueId {
    /*background-color: #d1d1d3;*/
	border: 1px solid #3E0451;
    border-radius: 6px;
}

.no-padding {
    padding: 0px;
}

.continue-detail {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #7a7a7c;
    font-size: 14px;
    font-weight: 600;
}

.login {
    color: #fff;
    font-weight: 600;
    font-size:13px;
}

.forgotten {
		display:block;
		text-align: right;
    color: #cdfbfe;
}

#placeholder1 {
    height: 30px;
}

#placeholder2 {
    height: 170px;
}

#placeholder2 p{
	color: #3e0451 !important;
}

#placeholder2 ul{
	list-style: none;
	padding: 0;
	color: #3e0451 !important;
}

#placeholder2 ul li{
	margin-top: 10px;
	padding-left: 25px;
    position: relative;
}

#placeholder2 ul li .glyphicon {
    position: absolute;
    left: 0;
}

.account {
	font-size: 16px;
	border-radius: 5px !important;
    width: 100%;
    margin-bottom: 5px;
	border: 1px solid #c7d1d2 !important;
	color: #221e1f !important;
	padding: 5px;
}

@media (min-width: 768px) {
	.account {
		font-size: 0.9em !important;
	}
}

.detail-bottom {
    text-align: center;
    margin-top:15px;
    margin-bottom: 10px;
	padding: 0px !important;
}

.detail-bottom a {
    font-weight: bold;
    font-size: 14px;
    color: #8F8F8D;
    text-align: center;
    width: 100%;
}

#leftnav .left-nav-wrapper img {
	margin-top: 55px;
	max-width: 100% !important;
}



#right-content .login-process-notice {
	font-size: 14px;
	color: #818181;
	text-align: center;
}

#right-content .pwd-sent-notice {
	margin-top: 15px;
	color: #3e0451;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#continueId h2{
	font-weight: bold;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.4em;
	color: #49065d;
	margin-top: 10px;
}
.duplicate-message-new p{
	font-family: 'Montserrat',sans-serif;
    
	color: #3e0451 !important;
}
.duplicate-message-new #first-line{
	font-weight: 700;
	font-size: 18px;
}
.duplicate-message-new #second-line{
	font-style: italic;
	border: 1px solid #3e0451;
	padding: 2px 10px;
	border-radius: 3px;
}
.control-label{
	padding: 0;
}


@media (max-width: 767px){
	#nav-easysignup{
		margin-top: 50px;
	}
	#placeholder1 {
		height: 20px;
	}
	#placeholder2 {
		height: 120px;
	}
	.large-padding{
		padding: 0;
	}
}
#existingCustomerId h2{
	margin-top: 10px !important;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
	#placeholder2 {
		height: 203px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#placeholder2 {
		height: 180px;
	}
}

@media (min-width: 1200px){
	#continueId h2{
		padding: 10px 0 20px 10px !important;
	}
	#placeholder2 {
		padding-left: 10px;
	}
}


@media (max-width: 767px){
	#fullcontent {
		margin-top: 50px;
	}
}