@import "lib.css";

body {
	background: #000 url("/inc/img/home/bg.png") no-repeat top right;
	/*background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

#iw_header {
	text-align: center;
	margin: 3rem 0;
}
#iw_login {
	margin: auto;
	max-width: 560px;
	width: 86%;
	padding: 1.5rem 3.2rem;
		
	background: rgba( 255, 255, 255, 0.04 );
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 2px );
	-webkit-backdrop-filter: blur( 2px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.1 );
	text-shadow: 0px 0px 6px #000;
	color: #ddd;
	
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
#iw_login .iw_title {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 33px;
}
#iw_login a {
    text-decoration: none;
	color: #ddd;
}
#iw_login a:hover {
	color: #fff;
}
#iw_login .btn-success {
	background-color: transparent;
    background-image: linear-gradient(180deg,#74d973 0%,#2db39e 100%);
	text-shadow: 0px 0px 6px #2db39e;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
}
#iw_login .input-group-text {
	background: #f9f9f9;
	text-align: center;
}
#iw_login .input-group-text i {
	width: 16px;
	text-shadow: none;
}
#iw_login #iw_links {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.7;
}
#iw_footer {
	text-align: center;
	margin: 1.5rem 0;
	color: #ddd;
	line-height: 1.7;
	font-family: 'Poppins', sans-serif;
}
#iw_footer strong {
	font-weight: 600;
}
#iw_footer a,
#iw_footer a:hover {
	color: #ddd;
	text-decoration: none;
}

@media ( max-width: 768px ) {
	#iw_header {
		margin: 1rem 0 2rem;
	}
	#iw_header a img {
		max-width: 200px;
	}
	#iw_login {
		padding: 1rem 2rem;
	}
	#iw_login #iw_links {
		margin-top: 1rem;
		font-size: 14px;
	}
	#iw_footer {
		font-size: 14px;
	}
}

/* error/offline */
#iw_error i {
	font-size: 130px;
	float: right;
	margin-top: 1.4rem;
}	
@media ( max-width: 768px ) {
	#iw_error .col-12 {
		text-align: center;
	}
	#iw_error i {
		font-size: 72px;
		float: none;
		margin-top: 10px;
	}	
}

/* msg */
.msg_error,
.msg_success {
	position: fixed;
	bottom: 40px;
	right: 40px;
	padding: 24px 30px;	
	color: #FFF;
	font: 600 14px Arial;
	border-radius: 8px;
	opacity: 0.9;
	text-align: center;
}
.msg_error {
	background: #DC3545;
}
.msg_success {	
	background: #198754;
}
@media ( max-width: 768px ) {
	.msg_error,
	.msg_success {	
		position: static;
		width: 100%;
		border-radius: 0;
	}
}

/* recaptcha */
.g-recaptcha-outer{
	margin-bottom: -8px;
	padding-left: 12px;
    text-align: left;
    border-radius: 0.375rem;
    background: #f9f9f9;
    border: solid 1px #CCC;
	overflow: hidden;
}
.g-recaptcha-inner{
    width: 290px;
    height: 74px;
    overflow: hidden;
    margin: 0;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

/* auto login */
#iw_login .autologin_btn {
	display: block;
	padding: 16px;
	background: #FFF;
	border: solid 1px #ced4da;
	border-radius: 0.375rem;
	color: #666;
	text-shadow: none;
	text-align: center;
}
#iw_login .autologin_btn:hover {
	color: #000;
}
#iw_login .autologin_btn img {
	margin-right: 16px;
}