/**
 THIS CSS IS USED FOR NBLTV CLEENG FORM STYLES 
 */
#auth-content {
	padding-top: 50px;
}

@media screen and (max-width: 380px) {
	body {
		min-width: 100%;
	}
	.page-row {
		padding: 0px;
	}
}

#content {
	scrollbar-color: #ee7623 #1d1d1d;
	scrollbar-width: thin;
}
#content::-webkit-scrollbar {
	width: 5px;
	height: 15px;
}
#content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #ffffff);
	background-color: #ee7623;
}
#content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #ffffff;
	background-color: #ffffff;
}
#content .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#adyen-encrypted-form {
	min-width: 280px;
}


