.signUp-page {
	position: relative;
	min-height: 100vh;
	z-index: 5;
}

.signUp-minimal {
	padding-left: 15px;
	padding-right: 15px;
}

.signUp-page .shape-wrapper span {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.signUp-page .shape-wrapper span:nth-child(1) {
	background: #ff9898;
	top: 10%;
	left: 20%;
	animation: scale-upOne 3.9s alternate infinite ease-in;
}

.signUp-page .shape-wrapper span:nth-child(2) {
	background: #abafff;
	top: 24%;
	right: 7%;
	animation: scale-upOne 6s alternate infinite ease-in;
}

.signUp-page .shape-wrapper span:nth-child(3) {
	background: #67f5e2;
	top: 68%;
	right: 62%;
	margin-right: -13px;
	animation: scale-upOne 5s alternate infinite ease-in;
}

.signUp-page.signUp-minimal .shape-wrapper span:nth-child(3) {
	right: 88%;
}

.signUp-page .shape-wrapper span:nth-child(4) {
	background: #ffb3b3;
	bottom: 15%;
	right: 25%;
	animation: scale-upOne 4s alternate infinite ease-in;
}

.signUp-page .shape-wrapper span:nth-child(5) {
	background: #ffe281;
	bottom: 14%;
	left: 5%;
	animation: scale-upOne 5s alternate infinite ease-in;
}

.signUp-page form ::placeholder {
	color: #bcbcbc;
	opacity: 1;
}
.signUp-page .agreement-checkbox {
    /* margin-bottom: 35px; */
}
.signUp-page .agreement-checkbox label {
	position: relative;
	/* font-size: 16px; */
	color: rgba(47, 52, 62, 0.6);
	cursor: pointer;
	padding-left: 22px;
    margin-top: 30px;
	/* margin: 30px 0 35px; */
	transition: all 0.1s ease-in-out;
}

.signUp-page .agreement-checkbox input[type="checkbox"] {
}

.signUp-page .agreement-checkbox label:before {
	/* content: '';
	width: 12px;
	height: 12px;
	line-height: 10px;
	border-radius: 2px;
	border: 1px solid #d5d5d5;
	font-size: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	transition: all 0.1s ease-in-out; */
}

.signUp-page .agreement-checkbox input[type="checkbox"]:checked+label:before {
	/* content: "ï€Œ"; */
	font-family: 'font-awesome';
	background: #373737;
	color: #fff;
	border-color: #373737;
}

.signUp-page .agreement-checkbox input[type="checkbox"]:checked+label {
	color: #373737;
}

.signUp-page.signUp-minimal .agreement-checkbox label {
	margin-top: 0;
}

.signUp-page.signUp-minimal form .theme-btn {
	width: 100%;
	border-radius: 5px;
}

.signin-form-wrapper .title-area {
	margin-bottom: 50px;
}

.signin-form-wrapper .signUp-text {
	padding-top: 40px;
}

.signin-form-wrapper .signUp-text a {
	color: var(--p-rose);
}

.signUp-minimal .signin-form-wrapper {
	max-width: 520px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	/* padding: 10px 65px 35px; */
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
	position: relative;
}

.signUp-minimal .signin-form-wrapper .signUp-text {
	font-size: 17px;
	padding-top: 35px;
}

.signUp-minimal .signin-form-wrapper .signUp-text a {
	--p-rose: #ff5284;
	color: var(--p-rose);
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}


.signUp-page form input:not([type="checkbox"]) {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: transparent;
	height: 60px;
	font-size: 18px;
	color: #454545;
	position: relative;
	padding: 0 20px;
}

.signUp-page .mb-3{
    margin-bottom: 10px !important;
}
.signUp-page .mb-4{
    margin-bottom: 12px !important;
}

.text-error {
	color: #a94442 !important;
}