.check-up-form {
	background: url(media/check_up_form.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.check-up-form .login-form {
	width: 60%;
	height: auto;
	padding: 80px 40px;
	border-radius: 10px;
}

.check-up-form .login-form h4 {
	text-align: left;
	margin-bottom: 60px;
}

.check-up-form .txtb {
	border-bottom: 2px solid #ae2c2f;
	position: relative;
	margin: 30px 0;
}

.check-up-form .txtc {
	position: relative;
	display: flex;
	margin: 30px 0;
}

.check-up-form .txtb input[type='text'],
.check-up-form .txtb input[type='email'] {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
}

.check-up-form .txtb select {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
	-webkit-appearance: none;
}
.check-up-form .txtb textarea {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 60px;
	-webkit-appearance: none;
	overflow-y: hidden;
}

.check-up-form .txtb span {
	display: block;
}

.check-up-form .txtb span::before {
	/* content: attr(data-placeholder); */
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	color: #adadad;
	transform: translateY(-50%);
	transition: 0.5s;
	pointer-events: none;
}

.check-up-form .txtb span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: linear-gradient(120deg, #3498db, #8e44ad);
	transition: 0.5s;
}

.check-up-form .focus + span::before {
	top: -5px;
}

.check-up-form textarea.focus + span::before {
	top: -10px;
}

.check-up-form .focus + span::after {
	width: 100%;
}

.check-up-form .logbtn {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	/* background: linear-gradient(120deg, #3498db, #8e44ad, #3498db); */
	background: #ae2c2f;
	/* background-size: 200%; */
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: 0.5s;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: 0.5s ease;
}

.check-up-form .logbtn:hover {
	background-color: #333;
}

/** CHECK BOX START */

.check-up-form input[type='checkbox'] {
	position: relative;
	top: 8px;
	width: 30px !important;
	height: 30px !important;
	-webkit-appearance: none;
	outline: none;
	transition: 0.5s;
	margin-right: 15px;
	-webkit-transition: ;
	-moz-transition: ;
	-ms-transition: ;
	-o-transition: ;
}

.check-up-form input[type='checkbox']::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #ae2c2f;
	box-sizing: border-box;
	transition: 0.5s;
}

.check-up-form input:checked[type='checkbox']::before {
	border-left: none;
	border-top: none;
	width: 13px;
	border-color: #ae2c2f;
	transform: rotate(45deg);
	top: -5px;
}

.check-up-form label {
	display: inline-block;
	position: relative;
	font-size: 12px;
	text-transform: lowercase !important;
	margin-left: 5px;
}

/** CHECK BOX END */

/** BANNER FORM START */

.banner-form {
	position: absolute;
	height: auto;
	padding: 60px 40px;
	top: 50%;
	left: 19%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
}

.banner-form label.error {
	color: #ffc107 !important;
}

.banner-form form {
	margin-bottom: 0;
}

.banner-form input::placeholder {
	color: #fff;
}

.banner-form .txtb {
	border-bottom: 2px solid #fff;
	position: relative;
	margin: 30px 0;
}

.banner-form .txtc {
	position: relative;
	display: flex;
	margin: 30px 0;
}

.banner-form .txtb input[type='text'],
.banner-form .txtb input[type='email'] {
	font-size: 15px;
	color: #fff;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
}

.banner-form .txtb select {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
	-webkit-appearance: none;
}
.banner-form .txtb textarea {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 60px;
	-webkit-appearance: none;
	overflow-y: hidden;
}

.banner-form .txtb span {
	display: block;
}

.banner-form .txtb span::before {
	/* content: attr(data-placeholder); */
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	color: #fff;
	transform: translateY(-50%);
	transition: 0.5s;
	pointer-events: none;
}

.banner-form .txtb span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	/* background: linear-gradient(120deg, #3498db, #8e44ad); */
	background: linear-gradient(120deg, #ffc107, #ae2c2f);
	transition: 0.5s;
}

.banner-form .focus + span::before {
	top: -5px;
}

.banner-form textarea.focus + span::before {
	top: -10px;
}

.banner-form .focus + span::after {
	width: 100%;
}

.banner-form .logbtn {
	display: block;
	width: 100%;
	height: 48px;
	border: none;
	background: #ffc107;
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: 0.5s;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 50px;
	transition: 0.5s ease;
}

.banner-form .logbtn:hover {
	background-color: #333;
}

/** CHECK BOX START */

.banner-form input[type='checkbox'] {
	position: relative;
	top: 8px;
	width: 30px !important;
	height: 30px !important;
	-webkit-appearance: none;
	outline: none;
	transition: 0.5s;
	margin-right: 5px;
}

.banner-form input[type='checkbox']::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #ffc107;
	box-sizing: border-box;
	transition: 0.5s;
}

.banner-form input:checked[type='checkbox']::before {
	border-left: none;
	border-top: none;
	width: 13px;
	border-color: #ffc107;
	transform: rotate(45deg);
	top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.banner-form label {
	display: inline-block;
	position: relative;
	font-size: 12px;
	text-transform: lowercase !important;
	margin-left: 5px;
	font-weight: 400;
}

/** CHECK BOX END */

/** BANNER FORM END */

/** SIDEBAR FORM START */

.sidebar-form {
	position: relative;
	/* background-color: rgba(0, 0, 0, 0.5); */
	color: #333;
	height: auto;
	color: #fff;
}

.sidebar-form form {
	margin-bottom: 0;
}

.sidebar-form .txtside {
	border-bottom: 2px solid #333;
	position: relative;
	margin-bottom: 10px;
}

.sidebar-form .txtc {
	position: relative;
	display: flex;
	margin: 30px 0;
}

.sidebar-form .txtside input[type='text'],
.sidebar-form .txtside input[type='email'] {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
}

.sidebar-form .txtside select {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
	-webkit-appearance: none;
}
.sidebar-form .txtside textarea {
	font-size: 15px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 60px;
	-webkit-appearance: none;
	overflow-y: hidden;
}

.sidebar-form .txtside span {
	display: block;
}

.sidebar-form .txtside span::before {
	content: attr(data-placeholder);
	position: absolute;
	top: 50%;
	left: 5px;
	color: #333;
	transform: translateY(-50%);
	transition: 0.5s;
	pointer-events: none;
}

.sidebar-form .txtside span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	/* background: linear-gradient(120deg, #3498db, #8e44ad); */
	background: linear-gradient(120deg, #ffc107, #ae2c2f);
	transition: 0.5s;
}

.sidebar-form .focus + span::before {
	display: none;
}

.sidebar-form textarea.focus + span::before {
	display: none;
}

.sidebar-form .focus + span::after {
	width: 100%;
}

.sidebar-form .logbtn {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	background: #ffc107;
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 50px;
	transition: 0.5s ease;
	margin-top: 25px;
}

.sidebar-form .logbtn:hover {
	background-color: #333;
}

/** CHECK BOX START */

.sidebar-form input[type='checkbox'] {
	position: relative;
	top: 8px;
	width: 30px !important;
	height: 30px !important;
	-webkit-appearance: none;
	outline: none;
	transition: 0.5s;
	margin-right: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.sidebar-form input[type='checkbox']::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #ffc107;
	box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.sidebar-form input:checked[type='checkbox']::before {
	border-left: none;
	border-top: none;
	width: 13px;
	border-color: #ffc107;
	transform: rotate(45deg);
	top: -5px;
	-webkit-transform: ;
	-moz-transform: ;
	-ms-transform: ;
	-o-transform: ;
}

.sidebar-form label {
	display: inline-block;
	position: relative;
	font-size: 12px;
	text-transform: lowercase !important;
	margin-left: 5px;
	font-weight: 400;
}

/** SIDEBAR FORM END */

@media (max-width: 767.98px) {
	.banner-form {
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
		padding-top: 27px;
		padding-bottom: 27px;
		width: 70%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.banner-form .logbtn {
		height: 33px;
		font-size: 16px;
	}
	.banner-form h4 {
		font-size: 15px;
	}
	.banner-form .txtc {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.banner-form .txtb input[type='text'],
	.banner-form .txtb input[type='email'] {
		width: 100%;
		padding: 0 5px;
		height: 33px;
	}
}
