.success-cnt {
	padding: 30px 0 0;
}

.pass-text, .success-cnt{
    margin: 0 auto;
    font-size: 20px !important;
    line-height: 1.3em!important;
    text-align: left;
    margin-bottom: 26px;
    color: #241f24
}

/* 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;
}

