@charset "utf-8";
/* CSS Document */

body {
	background-color: transparent !important;
}

.formText {
	color:#F1FF69;
/*	padding:2px;
	font-size:1rem;  */
	height:1.8rem;
	width:100%;
	max-width:100%;
	margin-top:0.8rem;
}

.formTextDark {
	color:#454545;
/*	padding:2px;
	font-size:1rem;  */
	height:1.8rem;
	width:100%;
	max-width:100%;
	margin-top:0.8rem;
}

.btn-submit {
	background-color:#005CFF;
	opacity: 0.75;
	transition: 0.3s;
	border:none;
	color:#FFFFFF;
	padding:5px 10px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:10px;
}

.btn-submit:hover {
	opacity: 1.0;
	color: #fff;
}

.btn-reset {
	background-color:#ACACAC;
	opacity: 0.6;
	transition: 0.3s;
	border:none;
	color:#000;
	padding:5px 10px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:10px;	
}

.btn-reset:hover {
	opacity: 1.0;
	color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#888888 !important;
  opacity: 1.0 !important; /* Firefox */
}

/*========================================
      MEDIA QUERIES
========================================*/

@media screen and (min-width: 1201px) {
.formHeight {
	min-height: 365px;
}
}

@media screen and (max-width: 1200px) {
.formHeight {
	min-height: 365px;
}
}

@media screen and (max-width: 992px) {
.formHeight {
	height: 535px;
}
}

@media screen and (max-width: 768px) {
.formHeight {
	height: 560px;
}
}

@media screen and (max-width: 576px) {
.formHeight {
	height: 560px;
}
}


