﻿ 
body {
	background: rgba(0, 0, 0, 0) url("../Image/banner-bg.jpg") no-repeat fixed center center / cover;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Anton', sans-serif;
}

html, body, div, p, h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	/*font-family: 'Open Sans', sans-serif;*/
}

.container {
	width: 100%;
	margin: auto;
}


.separate {
	float: left;
	width: 25%;
	padding: 25px 0px;
}

.sep-line {
	border-right: 1px solid #ccc;
	padding-right: -1px !important;
}

.login-area {
	margin-top: 120px;
	position: relative;
	/* background: url(../Image/login-bg2.png) left top no-repeat; */
	height: 422px;
	background: #2e7080;
	border-radius: 10px;
	width: 375px;
	color: #ffff;
}


	.login-area input {
		border: none;
		font-size: 14px;
		padding: 14px;
		border-radius: 3px;
		min-width: 100%;
		color:#000;
	}

.login-title {
	position: absolute;
	left: 30px;
	top: 21px;
	border-left: 4px solid #fedc00;
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 7px;
	font-weight: bold;
	color: #FFF;
}

a.login-btn {
	background-color: #4caf50;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s
}

	a.login-btn:hover {
		background-color: #89b03f;
		padding: 10px 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		border-radius: 3px;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
	}

.navbar1 {
	width: 100%;
	background-color: #2e7080;
	
	text-transform: uppercase;
	padding: 12px 16px;
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.btn1 {
	color: #444;
	border-color: #4caf50;
	background: #4caf50;
	font-weight: bold;
}

.btn-success1 {
	background-color: #fedc00;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border-radius: 6px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	/* border-color: #4caf50; */
	box-shadow: none !important;
	border: none;
}

.login-label-title {
	font-size: 20px;
	padding-left: 7px;
	color: #fff;
}

.navbar a:hover {
	background-color: #4CAF50;
}

.active {
	background-color: #868581;
}

/*.btn.btn-outline {
	border-color: #4caf50;
	background: 0 0
}*/
.text-alert {
	color: goldenrod;
	font-size: 14px;
}

.link_text {
    color: #ffff;
    font-size: 14px;
    /*font-weight: bold;*/
    text-decoration: none;
}

a.link_text:hover {
	text-decoration: underline;
	color: #ffff;
}

@media screen and (max-width: 500px) {
	/*.navbar a {
		float: none;
		display: block;
	}*/

	.login-area input {
		min-width: 100%;
	}

	.separate {
		width: 100% !important;
		padding: 25px 0px;
	}

	.login-area {
		background-color: #2e7080;
		background-image: none;
	}
}
@media only screen and (max-width: 768px) {
	.p-a-4 {
		padding: 2px !important;
	}

	.login-area {
		margin-top: 120px;
		position: relative;
		/* background: url(../Image/login-bg2.png) left top no-repeat; */
		height: 422px;
		background: #2e7080;
		border-radius: 10px;
		width: 100%;
		padding: 42px;
		color: #ffff;
	}
}

/*@media screen and (max-width: 1200px) {
	.container {
		width: 100%;
	}
}*/

.text-alert.validation-summary-errors {
	position: absolute;
	top: auto;
	margin-top: 68px;
	left: 35px;
}
