@font-face{
	font-family: Montserrat;
	src: url("/fonts/MontserratRegular.eot");
	url("/fonts/MontserratRegular.woff") format("woff");
}

*{
	margin:0;
	padding:0;
	font-family: Montserrat, sans-serif;
}

input::-webkit-input-placeholder{
	color: white !important;
}

input:-moz-placeholder { /* Firefox 18- */
	color: white !important;
}

input::-moz-placeholder{  /* Firefox 19+ */
	color: white !important;
}

input:-ms-input-placeholder{
	color: white !important;
}

input:focus::-webkit-input-placeholder{
	color: rgb(92, 89, 86) !important;
}

input:focus:-moz-placeholder{ /* Firefox 18- */
	color: rgb(92, 89, 86) !important;
}

input:focus::-moz-placeholder{  /* Firefox 19+ */
	color: rgb(92, 89, 86) !important;
}

input:focus:-ms-input-placeholder{
	color: rgb(92, 89, 86) !important;
}

.wrapper {
	text-align:center;
	/*width: 700px;*/
	/*max-width: 90%;*/
	/*padding-top: 50px;*/
	margin: 0 auto;
}

h1 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
	margin-bottom:20px;
}

section {
	background:rgba(0, 0, 0, 0.4);
	margin:0 auto;
	width:350px;
	padding:20px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.18);
	-moz-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.18);
	box-shadow:0px 1px 0px rgba(225, 225, 225, 0.18);
}

.main-form {
	display:block;
	width:305px;
	margin-bottom:15px;
	padding:10px;
	outline:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	background:rgba(225, 225, 225, 0.1);
	font-size: 1em;
	color:#fff;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.main-form:focus {
	background:#fff;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	color:#777;
}

button {
	border:none;
	/*	background: #606c88;
		background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
		background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);
		background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);
		background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);*/
	background: linear-gradient(#3aaa35,#004e00);
	padding:17px;
	box-shadow:0px 1px 0px rgba(225, 225, 225,
	0.2), 0px 1px 0px rgba(0, 0, 0, 0.4) inset;
	outline:none;
	width:100%;
	text-transform:uppercase;
	color:white;
	letter-spacing:2px;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.6);
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:5px;
}

button:hover{
	background: linear-gradient(green,#004e00);
}

button:active {
	box-shadow:inset 0 2px 1px rgba(0, 0, 0, 0.3);
}

button:disabled{
	cursor: not-allowed;
	background: #8e8e8e;
}

footer {
	padding-top:20px;
	text-align:right;
	width:330px;
	margin:0 auto;
}

.rememberCheckbox {
	-webkit-appearance: none;
	background:rgba(0, 0, 0, 0.4);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.rememberCheckbox:checked {
	background-color: #fff;
	color: #fff;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.rememberCheckbox:checked:after {
	content: '\2714';
	font-size: 1em;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #000;
}

.rememberText{
	font-size: 1em;
	display:inline-block;
	position:relative;
	bottom:4px;
	left:6px;
	color:#fff;
	font-weight:700;
	text-shadow:1px 1px 0px rgba(0, 0, 0 ,0.6);
}

html{
	height: max-content;
}

body{
	background: url('/images/GENISYS-Dealer-Login.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: max-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}


/*

@keyframes bganimation
{
	0%   {
		background-position:
				-100% -100%,
				200% 200%,
				-100% 200%,
				200% -100%;
	}
	50% {
		background-position:
				150% 100%,
				-200% 100%,
				100% 0%,
				0% 100%;
	}
	100% {
		background-position:
				-100% -100%,
				200% 200%,
				-100% 200%,
				200% -100%;
	}
}


body {
	background:
			radial-gradient(ellipse at center, rgba(0,0,255,0.3) 0%, rgba(0,0,0,0) 70%),
			radial-gradient(ellipse at center, rgba(255,0,0,0.3) 0%, rgba(0,0,0,0) 70%),
			radial-gradient(ellipse at center, rgba(0,255,0,0.3) 0%, rgba(0,0,0,0) 70%)
			#c3d7db;
	background-repeat:
			no-repeat,
			no-repeat,
			no-repeat;
	background-size:
			900px 900px,
			900px 900px,
			900px 900px;
	background-attachment: fixed;

	animation:bganimation 30s infinite;
}

*/
