body {
	color: #fff;
	background: #47515b;
}
#pesan {
	text-align: center;
}
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 60px;
	height: 60px;
	border: 7px #ddd solid;
	border-top: 7px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 1s infinite linear;
}
@keyframes sp-anime {
 	0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-control {
	min-height: 41px;
	background: #fff;
	box-shadow: none !important;
	border-color: #e3e3e3;
}
.form-control:focus {
	border-color: #70c5c0;
}
.form-control, .btn {        
	border-radius: 2px;
}
.login-form {
	width: 350px;
	margin: 0 auto;
	padding: 100px 0 30px;		
}
.login-form form {
	color: #7a7a7a;
	border-radius: 2px;
	margin-bottom: 15px;
	font-size: 13px;
	background: #ececec;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;	
	position: relative;	
}
.login-form h2 {
	font-size: 22px;
	margin-top: 45px;
	margin-bottom: 5px;
}
.login-form p {
	margin-bottom: 30px;
	color: #218b22;
}
.login-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	z-index: 9;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.icon-input {
	padding-right:60px !important;
}
#eye
{
	cursor: pointer;
	right:15px;
	position:absolute;
	top:15px;
	z-index: 10;
	color: #1a6c1b;
}
.login-form .avatar img {
	width: 100%;
}	
.login-form input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.green-button {
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.green-button:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.green-button:active {
	position:relative;
	top:1px;
}