#order-confirmation-account-wrapper
{
	overflow:hidden;
	padding: 0 20px 0 10px;
    margin-bottom: 20px;
}
#order-confirmation-account-wrapper .checkout__new-account
{
	background-color: #f1f1f1;
    border-top: 0;
    padding: 13px 30px 15px 30px;
}
#order-confirmation-account-wrapper .checkout__new-account .checkout__new-account__headline
{
	font-weight: bold;
    font-size: 16px;
}
.account-section .account-section-content #order-confirmation-account-wrapper #guestRegisterForm
{
	padding:0;
	margin:0;
}
#order-confirmation-account-wrapper #guestRegisterForm .form-group
{
	margin-bottom:43px;
}
#order-confirmation-account-wrapper #guestRegisterForm .form-group label
{
	 padding-left: 6px;
}
#order-confirmation-account-wrapper #guestRegisterForm .form-control
{
	border: 1px solid #9e9e9e;
    padding-left: 6px;
    background:#fff;
}
#order-confirmation-account-wrapper #guestRegisterForm label.required:after
{
	content: " *";
    color: red;
}
#order-confirmation-account-wrapper .order-confirmation-hwheard
{
	height:273px;
	padding:0 30px;
	background:#f1f1f1;
	position: relative;
	text-align:center;
}
#order-confirmation-account-wrapper #guestRegisterForm .form-group label.label-floated
{
	padding-left: 0;
    top: -17px;
}
#order-confirmation-account-wrapper #howheard-data-wrapper
{
	 margin: 0;
	 position: absolute;
	 top: 59.5%;
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 width:90%;
}
#order-confirmation-account-wrapper #howheard-data-wrapper #how-heard
{
	height: 30px;
    width: 100%;
}
#order-confirmation-account-wrapper #howheard-data-wrapper .checkout-section-panel-title
{
	color: #000;
    line-height: 1.1;
}
#order-confirmation-account-wrapper #howheard-data-wrapper button
{
	 margin-top: 5rem;
}
.order-confirmation-hwheard #howheard-success-text 
{
	font-size: 14px;
    color: #3AA000;
    font-weight: bold;
    top: 50%;
    position: relative;
    text-align: center;
}
#guestRegisterForm #order-confirmation-password-wrapper,
#guestRegisterForm #order-confirmation-confirm-password-wrapper
{
	position:relative;
}
#guestRegisterForm #order-confirmation-password-wrapper .glyphicon-eye,
#guestRegisterForm #order-confirmation-confirm-password-wrapper .glyphicon-eye
{
	top: 13px;
    position: absolute;
    right: 8px;
    cursor: pointer;
}
@media (min-width: 569px) and (max-width: 1024px)
{
	#order-confirmation-account-wrapper .order-confirmation-hwheard
	{
		height: 307px;
	}
	#order-confirmation-account-wrapper #howheard-data-wrapper
	{
		width:80%;
		top: 62.3%;
	}
	#order-confirmation-account-wrapper .registered-howheard-data
	{
		width:91% !important;
	}
	#order-confirmation-account-wrapper #howheard-data-wrapper button
	{
		margin-top: 6rem;
	}
	#order-confirmation-account-wrapper
	{
		padding: 0 10px 0 10px;
	}
	#order-confirmation-account-wrapper #howheard-data-wrapper #how-heard
	{
		height: 31px;
	}
}
@media (max-width: 568px)
{
	#order-confirmation-account-wrapper
	{
		padding: 0 10px 0 10px;
	}
	#order-confirmation-account-wrapper .order-confirmation-hwheard
	{
		margin-top: 20px;
		height: auto;
	}
	#order-confirmation-account-wrapper #howheard-data-wrapper
	{
		position: relative;
	    top: 0;
	    -ms-transform: translateY(6%);
	    transform: translateY(6%);
	    width:100%;
	}
	#order-confirmation-account-wrapper #howheard-data-wrapper button 
	{
	    margin-top: 13px;
	    margin-bottom: 20px;
	}
}