.count-time h1{
	color: #fff!important;
}

.form-login input{
	background-color: transparent!important;
	border: none;
	color: #fff!important;
}

.form-login input::placeholder{
	color: #fff!important;
}

.form-login i{
	color: #fff!important;
}

.form-login input:focus,.form-create input:focus{
	box-shadow: none;
}

.form-login .form-outline{
	position: relative;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
}

.form-login{
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.form-create .form-outline{
	position: relative;
	border-bottom: 1px solid #007bff;
	display: flex;
	align-items: center;
}

.form-create input{
	background-color: transparent!important;
	border: none;
	color: #007bff!important;
}

.form-create i{
	color: #007bff!important;
}

.form-create button{
	background-color: #007bff;
	color: #fff;
}

.form-create select{
	border: none; width: 100%; 
	padding: 10px; 
}


.form-create select:focus{
	outline: none;
}

.loading{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999999999999;
}

.loading.active{
	display: block;
}

.loading img{
	display: flex;
	margin: 0 auto;
	width: 40px;
	height: auto;
	transform: translateY(300px);
}
