@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 12px;
}

.body{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url(../images/pancoran_mas.jpg);
	background-size: cover;
	z-index: 0;
}

.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 500px);
	z-index: 2;
}

.header div{
	float: left;
	font-family: Trebuchet MS;
	font-size: 30px;
	font-weight: bolder;
	background: #fff;
	border: 1px solid #fff;
	color: #a18d6c;
	padding: 3px 30px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.header div span{
	color: #5379fa !important;
}

.login{
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 500px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]{
	width: 250px;
	height: 40px;
	background: transparent;
	border: 2px solid rgba(255,255,255,0.6);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.login input[type=password]{
	width: 250px;
	height: 40px;
	background: transparent;
	border: 2px solid rgba(255,255,255,0.6);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}

.submit button[type=submit]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	color: #a18d6c;
	cursor: pointer;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.submit button[type=submit]:hover{
	opacity: 0.8;
}

.submit button[type=submit]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 3px solid rgba(255,255,255,0.9);
	background: yellow;
	color: black;
	font-weight: bold;
}

.back a{
	color:#fff;
	font-size: 12px;
}

.back a:hover{
	color:#fff;
	font-weight: bold;
	font-size: 13px;
}

.login input[type=password]:focus{
	outline: none;
	border: 3px solid rgba(255,255,255,0.9);
	background: yellow;
	color: black;
	font-weight: bold;
}

.submit button[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}

.alert-success{
	position: relative;
	clear: both;
	display: none;
	padding: 10px;
	background-color: #1BBC9B;
	color: white;
	width: 80%;
	margin-bottom: 10px;
}

.alert-danger{
	position: relative;
	clear: both;
	display: none;
	padding: 10px;
	background-color: #D91E18;
	color: white;
	width: 80%;
	margin-bottom: 10px;
}
