/* RESET */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Segoe UI", sans-serif;
}

/* BODY */
body.bg_login {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	min-height: 100vh;
	color: #fff;
}
a,
a:hover,
a:focus {
	color: #ffffff;
	font-weight: bold;
}
.panel-body {
	padding: 30px;
}

.panel-heading {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}
p {
	margin: 20px 0;
}

a,
button,
code,
div,
img,
input,
label,
li,
p,
pre,
select,
span,
svg,
table,
td,
textarea,
th,
ul {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.font-default {
	color: #ffffff !important;
	font-size: 14px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}

.alert {
	border-width: 1px;
}

.display-hide,
.display-none {
	display: none;
}

.control-label {
	margin-top: 1px;
	font-weight: 400;
}

.visible-ie8 {
	display: none;
}

.ie8 .visible-ie8 {
	display: inherit !important;
}

.visible-ie9 {
	display: none;
}

.ie9 .visible-ie9 {
	display: inherit !important;
}

.input-icon {
	position: relative;
	left: 0;
}

.input-icon > .form-control {
	padding-left: 33px;
}

.input-icon > i {
	color: #ffffff;
	position: absolute;
	margin: 11px 2px 4px 10px;
	z-index: 3;
	width: 16px;
	font-size: 16px;
	text-align: center;
	left: 0;
}

.close {
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat !important;
	text-indent: -10000px;
	outline: 0;
	background-image: url(../img/remove-icon-small.png) !important;
}

.layer {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.layer.active {
	opacity: 1;
}

.panel,
.panel-default {
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.49);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(8.9px);
	-webkit-backdrop-filter: blur(8.9px);
	border: 1px solid rgba(255, 255, 255, 0.39);
}
.form-group {
	margin-bottom: 15px;
}

.form-group input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	border: none;
	outline: none;

	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 14px;
}

.form-group input::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

/* BUTTON */
#loginBtn {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	border: none;

	background: linear-gradient(135deg, #00c6ff, #0072ff);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}

#loginBtn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 114, 255, 0.5);
}

#logo_login {
	/*width: 339px;*/
	/*height: 149px;*/

	background-image: url(../../image/login/logo.png);
	background-position: -10px -10px;

	width: 180px;
	height: 74px;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}

/* .bg-thursina {
	width: 200px;
	height: 82px;
	background: url("css_sprites.png") -10px -10px;
}

.bg-padlock {
	width: 24px;
	height: 24px;
	background: url("css_sprites.png") -10px -112px;
} */
#logo_user {
	/*width: 153px;*/
	/*height: 149px;*/
	background-image: url(../../image/login/logo.png);
	background-position: 8px -55px;
	background-color: rgba(255, 255, 255, 0.5);
	background-size: 125px;
	width: 75px;
	height: 75px;
	position: relative;
	margin: auto;
	margin-bottom: -50px;
	border-radius: 50% !important;
	padding: 4px;
	line-height: 1.42857;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}
