.wrap-regfields {
	margin-top: 40px;
	margin-bottom: 30px;
	display:flex;
	gap: 60px;
}

.box-title {
	font-family: 'TechnikaLight', sans-serif;
	text-transform: uppercase;
}

	
.box-title2 {
	font-size: 120%;
	font-family: 'Technika', sans-serif;
}

.wrap-box {
	width: auto;
}

.wrap-buttons button {
	margin-bottom: 40px;
}

.formItem select {
	width: 100%;
	height: 34px;
	font-size: 16px;
	background-color: #fff;
	border: 0px;
}

.formItem.checkbox {
	display: flex;
	align-items: center;
}

.formItem.checkbox input {
	width: 20px;
}

.formItem.checkbox label {
	padding-left: 10px;
}

.formItem.checkbox label a,
.confirmBox a {
	color: lightblue;
}

.formItem.empty {
	height: 48px;
}

.password1-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #8f8f9d;
}

.register-form-item input,
.register-form-item select {
	outline: none;	
}


.password1-form .icon {
	text-align: right;
	padding-right: 7px;
	padding-top: 4px;
	color: #000;
	cursor: default;	
}

.register-form-item input {
	width: 250px;
}

.password1-form .formItem input {
	width: 200px;
	border: 0px;
	border-radius: 2px;	
}

.password1-form .formItem {
	border-radius: 2px;	
}

.password1-form .icon .disabled {
    color: #ccc;
    cursor: default;
}

.password1-form .icon .eye {
	cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.msgbox {
	width: 100%;
	max-width: 676px;
	min-width: 370px;	
	height: auto;
	min-height: 44px;
	margin-left: auto;
	margin-right: auto;
}

.confirmBox {
	padding: 30px;
	color: #fff;
	text-align: center;
}

.confirmBox div {
	padding: 5px;
}

.confirmBox {
	font-family: 'TechnikaBook', sans-serif;
}

.box-title {
	font-family: 'TechnikaBook', sans-serif;
	font-size: 25px;
	text-transform:	uppercase;
	padding-top: 2px;
}

.box-subtitle {
	font-family: 'TechnikaLight', sans-serif;
	font-size: 18px;
	padding-top: 50px;
}