.register {
	background-image: url(../../images/cash/bgregister.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.register .registerform {
	background-color: #fff;
	width: 480px;
	margin: 50px auto;
	position: relative;
	overflow: visible;
	display: flex;
}

.register .registersubform {
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	width: fill-available;	min-height: 425px;
	margin: auto 30px;
	padding-top: 35px;
}

.register h1 {
	font-size: 35px;
	color: #dea623;
	text-align: left;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: normal;
}

.register h2 {
	font-size: 16px;
	color: #999;
	text-align: center;
	font-weight: normal;

}

.register .formcontainer {
	width: 800px;
	position: relative;
	margin: 30px 0 30px 220px;
}

.register .formcontainer2 {
	position: relative;
	margin: 30px 0 30px 60px;
}

.register  .leftpanel {
	width: 200px;
}

.register  .rightpanel {
	width: 750px;
}

.register  .row {
	margin-bottom: 10px;
}

.register  .col1 {
	width: 100px;
	font-size: 14px;
	color: #000;
	float:left;
	text-align: right;
	margin: 8px 10px 0 0;
}

.register  .col2 {
	width: 230px;
	font-size: 14px;
	color: #ccc;
	float:left;
	margin-right: 10px;
}

.register  .col3 {
	width: 370px;
	font-size: 12px;
	color: #999;
	float:left;
	margin-top: 8px;
}

.register  .col4 {
	width: 370px;
	font-size: 12px;
	color: #2161B3;
	float:left;
	margin-top: 8px;
}


.register  .col5 {
	color: #2161B3;
}

.register .input1, .register .input2 {
	padding: 7px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	border: 1px solid #ccc;
	color: #000;
}
.register .input1 {
	width: 100%;
}

.register .regpassword-reveal-wrapper__toggle-password-reveal-btn {
	top: 18px !important;
}

.register .input2 {
	width: 140px;
	margin-right: 10px;
}

.register .submitbtn {
	padding: 10px 0;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 16px;
	background-color: #5753d5;
	cursor: pointer;
}

.register .submitbtn:hover {
	background-color: #6f6bec;
}

.register .vercodebtn {
	padding: 10px 0;
	width: 80px;
	color: #fff;
	border: none;
	font-size: 12px;
	background-color: #dea623;
	cursor: pointer;
}

.register .vercodebtn:hover {
	background-color: #c6931b;
}

.aligncenter {
	text-align: center;
}

.mt20 {
	margin-top: 20px;
}


