.vb-opacityLayer,
.vb-reg-videoBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.vb-opacityLayer {
	background: rgba(0, 0, 0, 0.5);
}

.vb-reg-formWrapper {
	position: absolute;
	top: calc(8% + 50px);
	left: 50%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 557px;
	/*max-height: calc(100vh - 100px - 8%);*/
	/*height: calc(92% - 70px);*/
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	z-index: 20;
}

.vb-reg-Nav {
	list-style: none;
	width: 100%;
	background: #ddd;
	height: 55px;
}

.vb-reg-Nav > .nav-tabs > li { display: inline-block; float: none}
.vb-reg-Nav menuitem, .vb-reg-Nav > .nav-tabs > li > a {
	height: 55px;
	font: normal 1.4rem/55px Roboto-Regular, san-serif;
	padding: 0 40px;
	display: inline-block;
	text-transform: uppercase;
}

.vb-reg-Nav menuitem.selected {
	background: #fff;
}

.vb-reg-Nav .vb-reg-x {
	float: right!important;
	padding: 15px 20px;
	font-size: 1.4rem
}

.vb-reg-Nav > .nav-tabs > li.vb-reg-x > a { padding: 0!important; height: auto!important; line-height: 1rem; }
.vb-reg-Nav > .nav-tabs > li.vb-reg-x > a:hover {background: transparent}


.vb-reg-formContainer {
	padding: 35px 35px 25px!important;
	color: #444;
	}
	
	#reg-tab .vb-reg-formContainer {
	max-height: calc(94vh - 165px);
		
	}

.vb-reg-formContainer > .vb-reg-formContainer  { max-height: available; margin: 0 -55px 0px 0!important; padding: 0 45px 0px 0!important; overflow-x: hidden !important; margin-bottom: 0px!important; }
.vb-reg-formContainer .scroll-x { display: none!important}
.scrollbar-inner > .scroll-element.scroll-y { right:12px;}
.vb-reg-formWrapper .scrollbar-inner > .scroll-element.scroll-y { top: 5px }
.login-form-cont {max-height: calc(100vh - 170px); margin-bottom: 0!important}
.login-form-cont.scroll-wrapper { padding: /*35px*/ 0}
.login-form-cont .vb-reg-formContainer { padding-top: 0px}
.login-form-cont .vb-moreLinks { /*margin-bottom: -35px*/}

.scroll-wrapper > .scroll-content { }

.vb-reg-formContainer .form-field-btn .icon-g-plus {
	color: #fff;
	margin-right: .8rem;
}

.vb-reg-formContainer .form-field-btn.btn-fb {
	background: #3b5a99;
	margin-right: 23px;
}

.vb-reg-formContainer .form-field-btn {
	height: 2.8rem;
    padding: 0 1.4rem;
    box-sizing: border-box;
    font: normal 1rem/2.5 Roboto-Regular, san-serif;
}

.vb-reg-formContainer .icon-fb-screen .path2:before {
	font-size: 32px;
	position: absolute;
	height: 12px;
	width: 12px;
	left: 20px;
    top: -8px;
}

.vb-reg-formContainer .form-field.vb-login-remember { margin-top: 1rem}
.vb-login-remember .icon-checkbox {
	font-size: 22px;
	margin-right: 7px;
	vertical-align: bottom;
}

.vb-login-remember .icon-tik {
	position: absolute;
	font-size: 11px;
	left: 4px;
	top: 5px;
	color: #ed145b;
}

.vb-reg-formWrapper .icon-x2,
.vb-login-remember label {
	cursor: pointer;
}
.vb-login-remember label { font-weight: normal; font-size: 1.2em; line-height: 1}

.vb-moreLinks {
	list-style: none;
	padding: 25px 35px;
	background: #eeeded;
	font-size: 15px;
	line-height: 35px;
	color: #9d9e9f;
	width: 100%;
	box-sizing: border-box;
}

.vb-moreLinks a {
	color: #000;
	margin-right: 6px;
}

.vb-loginWrapper {
}

.vb-reg-formWrapper menuitem {
	cursor: pointer;
}

.vb-reg-sex label {
	display: inline-block;
	margin-right: 20px;
}

.vb-red,
.vb-red:hover {
	color: #e62264;
}

.vb-captcha {
	overflow: hidden;
	min-height: 70px;
}

.vb-captcha .vb-fl {
	float: left;
	margin-right: 8px;
	width: 150px;
}

.vb-captcha .icon-reload-bar {
	font-size: 20px;
	margin-right: 6px;
	vertical-align: middle;
}

.vb-captcha img {
	vertical-align: middle;
	margin-right: 8px;
} 

.vb-captcha-GenNewCode {
	cursor: pointer;
}

.vb-note {
	font: 11px 'Roboto', sans-serif;
	color: #777;
	display: block;
	margin: 9px 0 -5px;
}

.vb-info-drop {	
	color: #444;
	display: block;
}

.vb-err-note {
	display: block;
    margin-top: 10px;
    font: 12px 'Roboto', sans-serif;
    color: #ec0f63;
}

.vb-registWrapper .vb-err-note {
	float: right;
}

.vb-ok-note {
	display: none;
    margin-top: 10px;
    font: 12px 'Roboto', sans-serif;
    color: #24b701;
}

.vb-registWrapper .vb-ok-note {
	float: right;
}

.vb-error * {
	border-color: #ec0f63;
}

.vb-error i[class*=icon] {
	color: #ec0f63;
}

.vb-ok * {
	border-color: #24b701;
}

.vb-ok i[class*=icon] {
	color: #24b701;
}

.vb-ok .form-field-input:focus{
	border-bottom: 2px solid #24b701;
	outline: none;
}

/* fpwd and email verufucation */
.vb-passwordWrapper .vb-reg-Nav {
	background: #fff;
}

.vb-pass-left {
	float: left;
}

.vb-passwordWrapper {
	height: auto;
	min-height: 300px;
}

.vb-passwordWrapper .vb-pass-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.vb-passwordWrapper .vb-pass-left {
	padding-left: 20px;
}

.vb-passwordWrapper .form-field:last-child {
	padding-top: 1rem;
}

.vb-passwordWrapper .vb-reg-formContainer {
	padding: .5rem 35px 1.5rem;
}

.vb-passwordWrapper .vb-pass-QA {
	float: right;
	color: #333;
	font-size: 1.2rem;
	margin-top: 1rem;
}

.vb-emailContainer h3 {
	color: #333;
	font-size: 1.2rem;
	margin: 1.5rem 0 2rem;
}

/* select box */

.vb-error .vb-selectBx {
	border-color: #ec0f63;
}

.vb-dateSelect {
	margin: 0;
}

.vb-selectBx:nth-child(2) {
	width: 22%;
}

.vb-selectBx:nth-child(3) {
	width: 15%;
}

.vb-selectBx:nth-child(3) {
	margin-right: -10px;
}

.vb-selectBx li:active {
	background: #f5f5f5;  
}

.vb-selectBx .icon-arr-down-sm {
	position: absolute;
	right: 8px;
	top: 40%;
}

.vb-selectBx {
	height: 34px;
	border: 1px solid #e0e0e0;
	background-size: 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	text-indent: 3px;
	cursor: pointer;
	color: #000;
	position: relative;
	z-index: 2;
	padding: 0 1px;
	width: 11%;
	box-sizing: border-box;
	border-radius: 4px;
}

.vb-selectBx span.vb-selDisplay {
	display: block;
	height: 100%;
	width: 85%;
	position: absolute;
	top: 3px;
	left: 1px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap; 
}

.vb-selectBx ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 32px;
	left: -1px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 0;
	width: 100%;
	height: 100px;
	overflow: auto;  
}

.vb-selectBx li {
	padding: 2px 0;  
}

.vb-selectBx li:hover,
.vb-selectBx li:active {
	background: #f5f5f5;  
}

/* select box end */



/* nadya added styles*/

#reg-tab .scrollbar-inner > .scroll-element.scroll-y .scroll-bar { /*height:100px*/}

.hidden-tabs {  margin-top: -55px; position: relative; background: rgba(255,255,255,0.8)}
.hidden-tabs .nav-tabs { height: 55px; background: #fff; border-color: #fff }
.hidden-tabs .nav-tabs > li{ height: 55px; display: inline-block; font: normal 1.4rem/55px Roboto-Regular, san-serif; text-transform: uppercase}
.hidden-tabs .nav-tabs > li.vb-reg-x { height: auto; line-height: 1; position: absolute; right:0}


