.register-form.profile-edit-form.form-wrapper{
	margin: 0;
}
.register-form .rwmb-label,
.register-form .rwmb-label ~ .rwmb-input{

}
.register-form .rwmb-text,
.register-form .rwmb-tel,
.register-form .rwmb-email,
.register-form .rwmb-password,
.register-form textarea.rwmb-textarea{
	display: block;
	width: 100%;
	height: 50px;
	padding: 5px 20px;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register-form textarea.rwmb-textarea {
    height: auto;
}
.register-form .rwmb-button{
	background-color: #00b2e4;
	border-color: #00b2e4;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	padding: 15px 30px;
	border: 2px solid transparent;	   
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	width: 100%;
}
.register-form .rwmb-button:hover,
.register-form .rwmb-button:focus{
	color: #333 !important;
	background-color: #eee;
	border-color: #eee;
}
