.card {
	margin-bottom: 0;
}
.signin-card {
	position: relative;
	overflow: hidden;
}
.signin-card {
	padding: 40px 40px;
}
.card {
	background-color: #f7f7f7;
	padding: 35px 25px 30px;
	margin: 0 auto 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px #ba0004;
	-webkit-box-shadow: 0 0 10px #7E1815;
	background-color: #6a0502;
    opacity: .85;
    border-bottom: 5px solid #ff6100;
}
.logo {
	background: url(../images/logo-new.png) no-repeat center;
	background-size: 100px;
	height: 38px;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 25px 30px;
	margin-top: -40px;
}

body, input, .btn {
	font-family: 'TR Century Gothic',Helvetica,Arial,sans-serif !important;
}
h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
    color: white;
    text-shadow: 2px 3px 8px black;
    vertical-align: text-top;
    white-space: nowrap;
}
#login_form {
	padding-top: 15px;
}
.form-group {
	margin-bottom: 15px;
}
label.control-label {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	float: left;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}
#login-panel .form-control {
	height: inherit !important;
	padding: 10px 8px !important;	
}
#login .form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	background-color: #F5F8F9;
	background-image: none;
	border: 1px solid #C7D6DB;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	font-weight: bold;
}
.btn.btn-primary {
	background-color: #00aff0;
	color: #fff;
	text-transform: uppercase;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 3px;
}
.btn-primary {
	color: #363A41;
	background-color: #2eacce;
	border-color: #2eacce;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ladda-button {
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
}	
.ladda-button {
	position: relative;
}
.pull-left, .pull-right {
	font-size: 12px;	
}
.footer {
	margin-top: 20px;
	text-align: center;
	margin: 0 0 8.5px;
	color: #555;
}
.bold {
	font-weight: bold;
}
.content {
    text-align: -webkit-center;
}
#login .form-control {
	display: block;
	width: 97% !important;
}
.col-centered {
	width: 482px;
}

#login {
	/*margin-top: 5em;*/
}
#error2 {
	text-align: center;
	color: yellow;
	width: 100%;
	float: left;
	font-weight: bold;
	display: block;
}
#server {
	font-weight: bold;
}
.online {
	color: #388E3C;
}
.offline {
	color: red;
}
#mainBody {
	position: relative;
}
.left {
	text-align: left;
}