@charset "utf-8";
body {
	font-family: "Open Sans", sans-serif;
	height: 100vh;
	background-color: #020919;
	/*background-image: url('images/new_bg.jpg');*/
	/*background-image: url('images/loginbg_festive.jpg');*/
	background-position: bottom right;
	background-size: cover;
	margin: 0px;
	padding: 0px;
 }

* {
	box-sizing: border-box;
}

.body_bg_1 {
	background-image: url('images/loginbg/Downsampled-2024_3.jpg');
}

.body_bg_2 {
	background-image: url('images/loginbg/Downsampled-2024_7.jpg');
}

.body_bg_3 {
	background-image: url('images/loginbg/Downsampled-2024_15.jpg');
}

.body_bg_4 {
	background-image: url('images/loginbg/Downsampled-2024_17.jpg');
}

.body_bg_5 {
	background-image: url('images/loginbg/Downsampled-2024_20.jpg');
}

.body_bg_6 {
	background-image: url('images/loginbg/Downsampled-2024_21.jpg');
}

.body_bg_7 {
	background-image: url('images/loginbg/Downsampled-2024_27.jpg');
}

.body_bg_8 {
	background-image: url('images/loginbg/Downsampled-2024_29.jpg');
}

.body_bg_9 {
	background-image: url('images/loginbg/Downsampled-2024_30.jpg');
}

.body_bg_10 {
	background-image: url('images/loginbg/Downsampled-2024_31.jpg');
}

.body_bg_festive {
	background-image: url('images/loginbg/Festive.jpg');
}

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.15);
	margin: 0px;
	padding: 0px;
}

.login_message {
	background-color: #FEF8DE;
	color: #4F47474;
	font-size: 0.8em;
	position: fixed;
}

.login {
	border-radius: 4px 4px 5px 5px;
	padding: 10px 20px 20px 20px;
	width: 92%;
	max-width: 480px;
	background: #ffffff;
	position: relative;
	padding-bottom: 80px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.6);
}

.login input {
	display: inline-block;
	padding: 15px 10px;
	margin-bottom: 10px;
	width: 99%;
	border: 1px solid #ddd;
	transition: border-width 0.2s ease;
	border-radius: 2px;
	color: #ccc;
}

.login input + i {
	color: #fff;
	font-size: 1em;
	position: absolute;
	margin-top: 10px;
	opacity: 0;
	left: 0;
	padding-top:5px;
	transition: all 0.1s ease-in;
}

.login input:focus {
	outline: none;
	color: #444;
	border-color: #e95200;
	border-left-width: 35px;
}

.login input:focus + i {
	opacity: 1;
	left: 30px;
	transition: all 0.25s ease-out;
}

.login a {
	font-size: 0.8em;
	color: #2196F3;
	text-decoration: none;
	width: 100%;
	text-align: center;
	transition: all 0.25s ease-out;
}

.login a.greedy {
	display: block;
}

.login a:hover {
	color: #003069;
}

.login .title {
	color: #e95200;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 0px 0;
	padding-bottom: 5px;
}

.login .subtitle {
	color: #9C9C9C;
	font-size: .8em;
	font-weight: bold;
	margin: 2px 0 30px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.login .error {
	display: block; 
	height: 80px;
	color: #A01B1D;
	font-size: .8em;
	margin: 2px 0 30px 0;
	border: 1px solid #A01B1D;
	background-color:#FFCCCC;
	padding: 10px;
	border-radius: 2px;
}

.login .error span {
	display: block; 
	width:88%;
	float: right;
	
}

.login .error i {
	width: 8%;
	text-align:center;
	font-size: 1.5em;
	margin-right: 10px; 
	padding-top: 8px;
	margin-bottom: 8px;
	color: #A01B1D;
	display: block;
	float: left;
}

.login button {
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #2196F3;
	color: #fff;
	display: block;
	border: none;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 60px;
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 0 2px 2px;
	transition: all 0.5s ease-out;
	border-bottom-width: 7px;
}

.login button:hover {
	background: #003069;
	border-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.revealpwd {
	display: inline;
	position: absolute;
	margin: 20px 0 0 -30px;
	cursor: pointer;
	color: #3B626F;
}

footer {
	display: block;
	padding-top: 50px;
	text-align: center;
	color: #ddd;
	font-weight: normal;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	font-size: 0.75em;
}

footer a, footer a:link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.st0{
	fill:#FFFFFF;
}

.login_logo_container {
	height: 77px;
	overflow: hidden;
}

.login_logo {
	max-width: 100%;
}

.login_logo_container {
	width: 100% !important;
	border-bottom: 1px solid #e4e4e4;
}

.fa-w-16{
	font-size: 18px !important;
	margin-left: -2px;
}

.textbox, .dropdown {
	font-family: sans-serif;
	font-size: 100%;
	text-transform: none;
	color: #454545;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	padding:6px;
	margin:1px;
	transition: border .5s ease-out;
	-moz-transition: border .5s ease-out;
	-webkit-transition: border .5s ease-out;
	-o-transition: border .5s ease-out;
	transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
}
