/* 
    Bellybaloo - Login Page
    Sai-Kit Hui
    saikit@nfidm.com
*/

/* Layout */

.login-header {
	background: url('/resources/images/login-header.png') no-repeat bottom center;
	color: #a9383e;
	font-family: 'Neutra Text', Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 22px 0 40px;
	margin: 0 0 40px;
	text-align:center;
}

.login-content {
	width: 740px;
	margin: 0 auto 30px;
}

.login-content.guest {
	width: 895px;
}

/* Login Module */

.login-module {
	padding: 0 0 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.login-login {
	background-image: url('/resources/images/login-login.png');
	width: 283px;
	margin: 0 38px 0 0;
}

.login-login .module-form {
	min-height: 395px;
	border-top:6px solid #a9383e;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.19), -1px -1px 2px rgba(0,0,0,0.19);
}

.login-login .module-title {
	padding: 16px 0 35px;
}

.login-login input[type="text"], .login-login input[type="password"] {
	width:174px;
	margin: 0 auto 16px;
}

.login-login a {
	display: inline-block;
	color: #979797;
	margin: 0 0 13px;
}

.login-login .module-submit {
	background: #a9383e;
	text-shadow: 1px 1px 1px #54191c;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.21), inset 0 -2px 1px #dd898d;
	border-top:2px solid #949494;
}

.login-login label {
	float:left;
	clear: both;
	margin-left: 45px;
}

.login-login p.error {
	position:relative;
	top:-35px;
	margin-bottom:-30px;
	color:#b22222;
}

/* Login Register */

.login-register {
	/*width: 572px;*/
}

.login-register .errorMsg {
	color: #b22222;
	margin: 0 0 10px;
	text-align: center;
}

.login-register.guest {
	float: right;
	width: auto;
}

.login-register .module-form {
	min-height: 395px;
	padding: 0 29px;
	border-top: 6px solid #cad9f0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.19), -1px -1px 2px rgba(0,0,0,0.19);
}

.login-register .module-form.guest {
	height: 500px;
	width: 260px;
}

.login-register .module-title {
	padding: 16px 0 10px;
}

.login-register fieldset {
	width: 326px;
	padding: 0 8px 0 0;
	margin: 0 0 22px;
	height: 180px;
}

.login-register.guest fieldset {
	height: 230px;
	width: 251px;
}

.login-register input[type="text"], .login-register input[type="password"] {
	width:305px;/*230px;*/
	margin: 0 0 10px;
}

.login-register.guest input[type="text"], .login-register.guest input[type="password"] {
	width: 230px;
}

.login-register label {
	position:relative;
}

.login-register a {
	color: #7e7e7e;
	font-weight: 600;
	margin: 0 0 9px;
}

.login-register input[type="checkbox"] {
	line-height: 13px;
	margin: 0 18px 0 0;
}

.login-register .module-submit {
	background: #c9d9f0;
	box-shadow: inset 0 2px 1px rgba(62,109,176,0.31), inset 0 -2px 1px #dae5f6;
	text-shadow: 1px 1px 1px #617ea9;
	text-align: center;
}

.login-register .module-submit span {
	background-position: 0 -30px;
}

#email_mobile {
	position: relative;
}

.tt {
	cursor: help;
	font-size: 10px;
	margin-left: 10px;
}

.tt_text {
	background: #fff;
	border: 1px solid #CCC;
	box-shadow: 5px 5px 5px #888;
	display: none;
	font-size:10px;
	left: 105%;
	padding:5px;
	position: absolute;
	text-align: center;
	top: -200%;
	width: 220px;
	z-index: 5;
}

.tt_text.active {
	display: block;
}


/* Teaser Page */

.tease {
	float: left;
	font-size: 16px;
	text-align: center;
	width: 550px;
}

.mainTease {
	background: url('/resources/images/mainTease.png') no-repeat 0 0;
	border: 0px;
	height: 331px;
	margin: 0 auto;
	width: 437px;
}

.mainTease img {
	height: 262px;
	position: relative;
	top: 35px;
	width: 380px;
}

.subTease {
	background: url('/resources/images/subTease.png') no-repeat 0 0;
	display: inline-block;
	height: 95px;
	margin: 20px 6px 0;
	width: 131px;
}

.subTease img {
	height: 77px;
	position: relative;
	top: 9px;
	width: 113px;
}

.module-form .gl {
	color: #646464;
	font-size: 14px;
}

.module-form .gl a {
	color: #C59397;
	font-size: 14px;
}

.error {
  color: #b22222;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  width: 100%;
}

/* Forgot Username/Pasword Modals */
#forgotUsernameForm, #forgotPasswordForm {
	text-align:center;
	box-shadow:none;
}
#forgotUsernameForm input, #forgotPasswordForm input {
  display: block;
  margin: 11px auto;
}
@media(max-width:650px){
	.login-content {
	width: 100%;
	
}
}
@media(max-width:460px){
	.login-register {
		width:100%;
  
}
}
@media(max-width:430px){

.login-register input[type="text"], .login-register input[type="password"] {
  margin: 0 0 10px;
  width:88%;
}
.login-register fieldset {
  height: 180px;
  margin: 0 0 22px;
  padding: 0 8px 0 0;
  width: 97%;
}
}
