@charset "utf-8";
/* CSS Document */
body {
	background: url('../images/login_bg.jpg') no-repeat #000;
	background-size: cover;
}

.alert {
	padding: 10px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.alert-danger {
	background: #af1730;
	color: #fff;
}

.div-overlay {
	background-color: rgba(0,0,0,.5);
	border-radius: 10px;
	color: #fff;
}

.div-overlay .div-loading { color: #fff; }

#site-wrapper {
	min-height: calc(100% - 50px);
	/*
	position: absolute;
	background: rgba(0,0,0,.4);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	*/
}

#login-wrapper {
	
	/*
	max-width: 400px;
	margin: 50px auto;
	position: relative;
	z-index: 10;
	*/
	
}

#login-wrapper form { 
	background: rgba(0, 0, 0, .6);
	padding: 25px;
	border-radius: 10px;
	position: relative;
	/*display: inline-block;
	float: left;*/
	vertical-align: top; 
	width: 400px;
	margin: 50px auto;
	z-index: 10;

}

#logo {
    width: 270px;
    float: none;
    margin: 20px auto;
}

#login-container {
	position: relative;
	/*background: rgba(0, 0, 0, .6);
	padding: 25px;
	border-radius: 10px;
	position: relative;
	margin-left: calc(50% - 200px);*/
}

#login-wrapper form#reset-pwd-frm, 
#login-wrapper form#reset-code-frm, 
#login-wrapper form#text-code-frm,
#login-wrapper form#enter-password-frm { display: none; }/*
#reset-pwd-frm p, #reset-code-frm p, #text-code-frm p, #enter-password-frm p { color: #fff; margin: 3px 0 20px 0; }*/

.user-input-wrp {
	position: relative;
	width: 100%;
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	margin-bottom: 10px;
	padding: 6px;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
 	box-shadow: none !important;
	font-size: 18px;
	padding: 0px;
	background-color: transparent;
	margin-top: 10px;
}
.user-input-wrp .inputText:focus{
	border-color: blue;
	border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 12px;
	left: 6px;
	transition: 0.2s ease all;
	font-size: 18px;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 2px;
	left: 6px;
	font-size: 10px;
	opacity: 1;
	color: #666;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*font-family: 'Roboto', sans-serif;
  	width: 100%;
	outline: none;
	border:none;
 	box-shadow: none !important;
	font-size: 18px;
	padding: 0px;
	background-color: transparent;
	margin-top: 10px;
	*/
}
.user-btn-wrap {}

.google-btn-wrap { margin-top: 12px; }
.google-btn-wrap button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	    border-radius: 5px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:10px 24px;
	font-weight: bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	width: 100%;
}

.google-btn-wrap button i {
	font-size: 23px;
	border-right: 1px solid #fff;
	margin-right: 12px;
	padding-right: 12px;
}
.google-btn-wrap button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.google-btn-wrap button:active {
	position:relative;
	top:1px;
}

.inputMobile {
	width: 100%;
	outline: none;
	border:none;
 	box-shadow: none !important;
	font-size: 18px;
	padding: 12px 10px;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 6px;
}

/*
.loginBtn, .resetBtn, .sendTextBtn, .enterResetBtn, .newPasswordBtn {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:13px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	width: 100%;
}
.loginBtn:hover, .resetBtn:hover, .sendTextBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.loginBtn:active, .resetBtn:active, .sendTextBtn:active {
	position:relative;
	top:1px;
}

.forgot-password-wrap, .back-to-login-wrap {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}


.forgot-password-wrap span, .back-to-login-wrap span { 
	/*display: block;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 20px;
	padding: 12px;
	transition: 0.2s ease all;
	cursor: pointer;
}

.forgot-password-wrap a:hover {
	background: rgba(0,0,0,.8);
}
*/
.code-input-wrp {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 0 20px 0;
}

.code-input-wrp input {
	font-size: 40px;
	width: 50px;
	margin-left: 10px;
	text-align: center;
}

.no-code-wrap {
	
}

.no-code-wrap span {
	color: #fff;
	text-align: center;
	display: block;
	padding: 12px;
	cursor: pointer;
	font-weight: 700;
    font-size: 18px;
}

#footer {
	background-color: transparent;
	height: auto;
	text-align: center;
	font-size: 11px;
}