html, body{
	height: 100%;
}
body {
	/*font-family: 'Source Sans Pro';*/
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
	overflow-x: hidden !important;
	overflow-y: auto;
	background-image: url("./images/bg-cover1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
}

p{
	margin:5px;
}
a {
  color: #3c8dbc;
}
label.error{
	color: #ee0101;
	font-style: italic;
	font-weight: normal;
	margin: 3px 0;
}
.h-100{
	height: 100% !important;
}

.login-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: 200px;
    margin-right: -15px;
	height: 75%;
	padding: 10% 0px;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-webkit-box-pack: left !important;
	-ms-flex-pack: left !important;
	justify-content: left !important;
}	

/*.bg {
	background-image: url("{{ base_url() }}assets/images/60238.jpg");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}*/
.login-dashboard {
	width: 350px;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3);
}
.login-header {
	background-color: #1ba1e2;
    padding: 10px 20px;
    border-left: 1px solid #1ba1e2;
    border-right: 1px solid #1ba1e2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
}
.login-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
	display: block;
	border-radius: 50%;
}
.login-header-text {
	background-image: url("./images/logo-proenergi.png");
	background-repeat: no-repeat;
	/*background-size: 290px;*/
	background-position: center 15px;
	min-height: 115px;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
	border-radius: 10px 10px 0px 0px;
}
.login-judul-text {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px;
	text-align: center;
	color: #555;
}
.login-addon{
	font-size: 11px;
	font-family: arial;
	color: #3c8dbc;
}
.login-separator{
	border-top: 4px double #ddd;
	margin: 20px -10px 10px;
}
@media screen and (max-width: 380px) {
	.login-dashboard {
		/*margin: 50px 20px;*/
	}
}

.login-container {
	padding: 20px 25px 30px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}
.login-container .logo {
	border-radius: 100%;
	margin: 0 auto 20px auto;
	width: 100px;
	height: 100px;
	display: block;
	background-image: url("./images/user_icon.jpg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.login-dashboard .btn-signin {
	background-color: #3c8dbc;
    border-color: #367fa9;
	font-size: 16px;
	width: 100%;
	display: block;
	color: #fff;
}
.login-container .title {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-family: arial;
	background-color: #586B93;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background-image: -moz-linear-gradient(top, #7787a7, #586b93);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7787a7), to(#586b93));
	background-image: -webkit-linear-gradient(top, #7787a7, #586b93);
	background-image: -o-linear-gradient(top, #7787a7, #586b93);
	background-image: linear-gradient(to bottom, #7787a7, #586b93);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7787A7', endColorstr='#586B93', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.login-container .title:hover,
.login-container .title:active,
.login-container .title:focus,
.login-container .title.active {
	color: #FFFFFF;
	background-color: #586B93;
}

.login-container form {
	padding: 0;
	margin: 0;
}

/**	START NOTIFY BOOTSTRAP **/
[data-notify="container"].alert-success{
	background-color: #00a65a;
	border-color: #00a65a;
	color: #fff;
}
[data-notify="container"].alert-error{
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}
[data-notify="container"] .notify-header{
	font-size: 16px;
	font-weight: 700;
	padding-right: 20px;
	margin: 0px;
}
[data-notify="container"] .notify-icon{
	margin-right: 5px;
}
[data-notify="container"] .notify-separator{
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
[data-notify="container"] .progress{
	background-color: #f5f5f5;
	height: 3px;
	margin: 15px 0px 5px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
[data-notify="container"] .progress .progress-bar{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.progress-bar-success{
	background-color: #00a65a;
}
.progress-bar-error{
	background-color: #dd4b39;
}
/**	END NOTIFY BOOTSTRAP **/

@media screen and (max-width: 900px) {
	body{
		background-position: 89% bottom;
	}
	
	.justify-content-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}	
	
	.login-wrapper{
    	margin-left: -15px;
		padding: 20% 0px;
	}

	.login-dashboard {
		/*margin: 50px 20px;*/
	}
}
@media screen and (max-width: 380px) {
	body{
		background-position: 89% bottom;
	}

	.justify-content-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}	
	
	.login-wrapper{
    	margin-left: -15px;
		padding: 10% 0px;
	}

	.login-dashboard {
		/*margin: 50px 20px;*/
	}
}
