/* show / hide marker classes for desktop - mobile */
@media only screen and (min-width : 992px) {
	.pass-text, .success-cnt {
		max-width: 70%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.pass-text, .success-cnt {
		max-width: 90%;
	}
}

@media only screen and (max-width : 767px) {
	.pass-text, .success-cnt {
		max-width: 90%;
	}
}



.bb-forgot-holder {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    /*text-align: center;*/
    margin-top: 15%;
    margin-bottom: 100px;
    padding: 23px 30px 45px;
    box-sizing: border-box;
    color: #000;
}




.account-deletion-disclaimer{
	margin: 0 auto;
	padding: 0; 
	text-align: justify;
}

