.myRow_two{
	padding-bottom: 80px;
}
.videoWrap{
	width: 60%;
	display: inline-block;
}

.registrWrap{
	display: inline-block;
}

.second_bldcf_cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.register-title {
	width: 70%;
	max-width: 240px;
	height: 40px;
	margin: 0 auto;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background-color: #fff;
	color: #000;
	/*background: linear-gradient(to bottom,#003DA6 0%,#005CFB 100%);*/
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	box-shadow: 0 3px 14px #000;
}

.registWrap__form {
	width: 100%;
	padding: 30px;
	/*box-shadow: 0 0 16px #7a9cd7;*/
	border-radius: 45px;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	border-color: #fff;
	/*background: linear-gradient(to bottom,#FFF 0%,#CADAEA 100%);*/
}
.blur__content {
	z-index: 20;
	position: relative;
}
.form-fake__title {
	text-align: center;
	font-size: 18px;
	z-index: 2;
	color: #fff;
	font-weight: 700;
}
form {
	position: relative;
	top: auto;
	width: 100%;
	/* margin-left: 10%; */
	padding: 20px;
}
.f1t-form__row {
	margin-bottom: 15px;
}
.f1t-form-field {
	position: relative;
}
.f1t-form-field label {
	display: block;
}
.f1t-form-field__label {
	font-weight: 400;
	color: #373737;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 3px;
	display: none;
}
.f1t-form-field input, .f1t-form-field textarea, .f1t-form-field select {
	background: rgba(0, 0, 0, 0.012);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: flex;
	font-size: 16px;
	height: 40px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	border-radius: 4px;
	height: 45px;
	width: 100%;
	max-width: 350px;
	border-radius: 25px;
	/*color: #eee;*/
	text-align: left;
	background-color: rgba(0, 0, 0, 0.55);
	/* border: 1px solid #269544; */
	background: #DCDCDC;
	/*box-shadow: 0 0 8px #fff;*/
	text-align: center;
}
.f1t-form__footer {
	margin-top: 20px;
}
form.form-container button[type="submit"] {
	border: none;
	color: #000;
	font-size: 20px;
	padding: 16px 0;
	border-radius: 60px;
	width: 100%;
	max-width: 350px;
	box-shadow: none;
    text-shadow: none;
	/*box-shadow: 0 0 6px #0800e1;*/
	/*text-shadow: 0 2px 5px rgb(0 0 0 / 80%);*/
	transition: all .3s;
	cursor: pointer;
	font-weight: 600;
	background: #fff;
}

footer{
    padding-top: 30px;
}
footer img{
    padding-top: 70px;
}
footer .our_members__item_btn{}
footer .our_members__item_btn a{
        background: #fff;
    border: 1.5px solid #fff;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    min-width: fit-content;
    padding: 23px 44px;
    text-align: center;
}

@media (max-width : 992px) {
	.second_bldcf_cont{
		flex-direction: column;
	}
	.registrWrap{
		padding-top: 30px;
	}
	.videoWrap{
		width: 100%;
	}
}
