/**
 * Styling for Anytime Contact Health and Autoduder Applications.
 * 
 * @author kagkasd
 */
 .main {
 	z-index: 2;
 }
 
.message-container {
	text-align: center;
	display: block;
}

.thank-you-intro{
	padding-bottom: 20px;	
}

.generic-wrapper {
	background-color: #f3f3f4;
	padding-top: 0;
}

.bb-circle-bg-bottom {
	display: none;
}

.error-border>input,
.error-border>input[type='checkbox']:not(:checked)+label::before,
.error-border input[type='radio']:not(:checked)+label::before {
	border-color: #f0386b !important;
}

.disclaimer {
	margin-top: -15px;
	padding-left: 10px;
}

.submit-button {
	margin-left: 10px;
}

.anytime-loader-img{
	background-position: center;
	top: 40%;
	height: 60px;
}

.loader-align {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}