.form-group,
.form-horizontal .form-group {
	margin-bottom: 0px!important;
}
.loginclose {
	position: absolute;
	right: -15px;
	top: 2%;
	background: #ffffff;
	color: #999999;
	padding: 8px 9px;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 2px solid #efefef;
	border-radius: 50%;
	transition: all linear 500ms;
	cursor: pointer;
}

.contactclose {
	position: absolute;
	right: -15px;
	top: 2%;
	background: #ffffff;
	color: #999999;
	padding: 8px 9px;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	border: 2px solid #efefef;
	border-radius: 50%;
	transition: all linear 500ms;
	cursor: pointer;
}

.btn-loginhere {
	background: #F5A623;
	color: #002570;
	margin-right: 10px;
}

#showbox {
	display: none;
}

#signupbox {
	display: none;
}

#forgotbox {
	display: none;
}

#element {
	background-image: url(/public/assets/img/bg/gasbackground.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

* {
	font-family: "Open Sans", sans-serif;
}

.col-md-12 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 8 */
	filter: alpha(opacity=100);
	/* IE 5-7 */
	-moz-opacity: 1;
	/* Netscape */
	-khtml-opacity: 1;
	/* Safari 1.x */
	opacity: 1.0;
	background-color: transparent;
}

.animate {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.image_class {
	color: #ffffff;
	font-size: 45px;
	padding: 0px;
	text-shadow: 3px 3px 10px #ffffff;
	margin: 0px;
}

body {
	overflow-x: hidden;
}

.btn.btn-sm:not(.md-skip) {
	font-size: 12px;
}

.bodybg {
	background: url(/public/assets/img/bg/gasbackground.jpg) no-repeat top left;
	background-size: 100% 100%;
	height: 100vh;
}

.bodybg1 {
	background: url(/public/assets/img/bg/gas4.jpg) no-repeat top left;
	background-size: 100% 100%;
	height: 100vh;
}

.logobg {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
}

.logotopmargin {
	margin: 35px 0 0 0;
}

.toprightbutton {
	text-align: right;
	margin: 35px 0 0 0
}

.circle {
	border-radius: 50%;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #002570;
}

.btn-login {
	background: #F5A623;
	color: #002570;
	margin-right: 10px;
}

.btn-contact {
	background: #FFFFFF;
	color: #002570
}

.form-bg {
	background: #F1F1F1;
	padding: 10px 10px;
	border-radius: 5px;
}

.group {
	position: relative;
	margin-bottom: 45px;
}

input[type="text"] {
	font-size: 14px;
	padding: 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #757575;
	background-color: transparent
}

input:focus {
	outline: none;
}


/* LABEL ======================================= */

label {
	color: #00529C;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 0px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}


/* active state */

input[type="text"]:focus~label,
input[type="text"]:valid~label {
	top: -20px;
	font-size: 12px;
	color: #00529c;
}


/* BOTTOM BARS ================================= */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before,
.bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #00529c;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}


/* active state */

input[type="text"]:focus~.bar:before,
input[type="text"]:focus~.bar:after {
	width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active state */

input[type="text"]:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

form {
	opacity: 0.9;
	background: #F1F1F1;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.50);
	border-radius: 4px;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
	from {
		background: #00529c;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #00529c;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #00529c;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@media only screen and (max-width: 768px) {
	.toprightbutton {
		text-align: left
	}
}

