@charset "utf-8";
/* CSS Document */

/* CONTACT FORM */
.forgot-password {	
	width: 90%;    
}
.forgot-password-form{
	position:relative;
}
.forgot-password-form div{
	padding:0px 0;
}
.forgot-password-form span label{
	margin-top: 10px;
	color: #464646;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.forgot-password-form input[type="email"] {
	margin-top: 10px;
	width: 90%;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

.forgot-password-form input[type="email"]:focus, 
.forgot-password-form input[type="email"]:hover
 {
  box-shadow: inherit;
  border-color: #8d7732;
}
.forgot-password-form input[type="submit"]{
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 25px;
	background:#464646;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:95%;
}
.forgot-password-form input[type="submit"]:hover {
	background: #c00000;
	color: #ffffff;
}
.forgotpassword-pesan {
	color:#F00;
	font-size:12px;
	margin-top:15px;
}

.devider-header {
	font-size:16px;
}

.info-forgotpassword {
	clear:none;
	float:left;
	margin-bottom:20px;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media only screen and (min-width: 481px) {

.forgot-password {	
	width: 100%;
}
.forgot-password-form input[type="email"] {
	margin-top: 10px;
	width: 80%;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

.forgot-password-form input[type="submit"]{
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 25px;
	background:#464646;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	width:auto;
}
.forgot-password-submit {
	clear:none;
	float:left;	
	width:auto;
}


}

@media only screen and (min-width: 769px) {
.forgot-password {	
	width: 100%;
}

.forgot-password-form input[type="email"] {
	margin-top: 10px;
	width: 40%;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

.forgot-password-form input[type="submit"]{
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 25px;
	background:#464646;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:auto;	
}
.forgot-password-submit {
	clear:none;
	float:left;	
	width:auto;
}

}