/*################ Security forms ################*/

.bx-newForm input[required], .bx-newForm textarea[required], .bx-newForm select[required], .bx-newForm .bootstrap-select.required .btn.dropdown-toggle{
	background-image: none;
}

.bx-newForm .i-error{
	position:absolute;
	color:red;
	font-size:12px;
	margin-left:2px;
}

.bx-newForm input{
	border-radius:7px;
	border:none;
	margin-top:10px;
	height:47px;
}

/*#### Checkbox ####*/
.bx-newForm .custom-control-label{padding-left:10px;}
.bx-newForm .custom-control-label::before,
.bx-newForm .custom-control-label::after{top:0px; width:20px; height:22px; border-radius:5px;}





.bx-newForm .btn {
	background-color: transparent;
	border: 1px solid #fff;
	color:#fff;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	min-width: 180px;
	padding: 0 15px;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	outline: none !important;
	border-radius:23px;
	transition:.3s;
	max-width:100%;
}

.bx-newForm label{
	font-size:13px;
	margin-bottom:0;
}

.bx-newForm .btn-primary{background-color: #1CD199;border:1px solid #1CD199;}
.bx-newForm .btn-primary:hover{background-color: white;color:#1CD199FF;}

.bx-newForm .btn-outline{border-color: black; color:black;}
.bx-newForm .btn-outline:hover{background-color: black; color:white;}

.bx-newForm{
	position:absolute;
	top:0; left:0;
	min-height: 100vh;
	width:100%;
	font-size:20px;
	padding:20px;
}


.bx-newForm .i-menu{
	display:flex;
	justify-content: space-between;
}

.bx-newForm .i-flex-wrapper{display:flex;}


.bx-newForm .i-ninja-desktop {display:flex; align-items: end; justify-content: center; flex-grow:1; }
.bx-newForm .i-ninja-desktop img{max-width: 350px;}



@media all and (max-width: 991px){
	.bx-newForm{padding:0}
	.bx-newForm h1 {font-size:25px !important;}
	.bx-newForm .i-flex-wrapper{
		flex-direction: column;
	}

	.bx-newForm .i-bottom-btns .btn{
		width:100%;
		margin: 15px 0 0 0 !important;
	}
}

