
input:-internal-autofill-previewed, 
input:-internal-autofill-selected, 
textarea:-internal-autofill-previewed, 
textarea:-internal-autofill-selected, 
select:-internal-autofill-previewed, 
select:-internal-autofill-selected {
	background-color: transparent !important;
}


body {
	background: linear-gradient(135deg,rgb(10,14,18) 0%,rgb(12,17,22) 100%);
	/* background-image: url("/img/bg/chris-lawton-6tfO1M8_gas-unsplash.jpg"); */
	/* background-image: url("/img/bg/jeremy-bishop-EwKXn5CapA4-unsplash_crop_01.webp"); */
	/* background-image: url("/img/bg/bg_center.png"); */
	/*background-image: linear-gradient(to right, #000000 , #434343);*/
	/* background-size: fit; */
	background-size: cover;
	font-family: 'Nunito Sans', sans-serif;
}
#transprent {
	margin-top:3rem;
	background: transparent;
}

.container {
	position: absolute;
	left: 10%;
	top: 25%;
}

/*img {
	width:30rem;
	height: 15rem;
}*/
.bmd-form-group [class^='bmd-label'].bmd-label-floating {
	will-change: left, top, contents;
	margin: 0;
	font-weight: 180;
	font-size:11.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn {
	color: #000;
	background-color: #f6a317;
	border-color: #f0a505;
	box-shadow: 0 3px 3px 0 rgba(228, 178, 61, 0.418), 0 3px 1px -2px rgba(153, 153, 153, 0.658), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
}
.btn:focus {
	color: #000;
	background-color: #f6a317;
	border-color: #f0a505;
	box-shadow: 0 3px 3px 0 rgba(228, 178, 61, 0.418), 0 3px 1px -2px rgba(153, 153, 153, 0.658), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
}
.btn:hover {
	transform: translateY(-3px);  
}
.form-control, .is-focused .form-control {
	background-image: linear-gradient(to top, #e6a612 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating {
	color: #000000;
}
.card {
	/* background: #9a999b; */
	background: #fff;
	width: 400px;
}
.card-title {
	color:#000000;
}
.register {
	background-color: transparent;
}
h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.modal-header {
	padding:20px;
	background-color: #b7b7b6;
}

/*footer*/
a {
	color: #ff9800;
}
.footer .copyright {
	padding: 15px 0;
	color: #a79e9e75;
}

input:-webkit-autofill {
	background-color: transparent !important;
}

@media screen and (max-width: 1000px) {
	body {
		background-size: auto;
	}
	.container {
		position: initial;
	}
	.topbtn {
		display: none;
	}
	.card {
		width: 300px;
	}
	.btn-caution {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.container {
		position: fixed;
		top: calc(50% - 227px);
		left: 0;
	}
	.card {
		width: 100%;
	}
}