* {
  	padding: 0;
	margin: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
	                              not supported by any browser */	
}

*:focus {
	outline: none;
}

@charset "utf-8";

html body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Lato;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	padding: 0;
	margin: 0;
	position: relative;
}

a {
	text-decoration: none;
}

.header {
    display: block;
	margin: 0;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.logo-img {
	float: left;
	position: fixed;
	width: 93px;
	height: 20px;
	top: 32px;
	left: 100px;
	background-image: url('/forgot_password/images/liner@2x.png');
	background-size: cover;
}

.main-container {
	width: 100%;
	height: 100%;
	margin-top: 150px;
	text-align: center;
	z-index: 0;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.main-container h1.title {
	font-family: Lato;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.96;
	text-align: center;
	color: #363636;	
}

.main-container .desc-label {
	margin-top: 10px;
	font-family: Lato;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #363636;	
}

.main-container input {
	display: block;
	margin: 0 auto;
	border: none;
	border-bottom: 1px solid #cacccc;
	width: 260px;
	height: 50px;
	font-family: Lato;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #363636;
	text-align: center;
}

.main-container .email-input {
	margin-top: 40px;
}

.btn-opacity {
	opacity: 1;
}

.btn-opacity:hover {
	opacity: 0.85;
}

.main-container .btn-send {
	width: 260px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	border-color: none;
	border-radius: 30px;
	background-color: #00bdb8;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	cursor: pointer;
	color: #ffffff;	
}

.main-container .alert-label {
	margin-top: 11px;
	font-family: Lato;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #ff6748;	
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
	.header {
		width: 100%;
		height: 60px;
	}
	.logo-img {
		width: 75px;
		height: 16px;
		top: 22px;
		left: 30px;
	}
}

