/*
 * =========================================================================================
 * LOGIN
 * =========================================================================================
 * -----------------------------------------------------------------------------------------
 */

body#loginPage {
	background-size: cover;
	background: #f9f9f9;
	color: #4b4b4b;
}
#vcenter-wrapper {
	display: block;
	height: 1px;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	visibility: visible;
	width: 100%;
}
#signin-wrapper {
	background: #fff;
	padding: 0px 20px 20px 20px;
}
#signin-wrapper .nav>li>a {
	padding: 10px 0;
	color: #00a8ff;
	border-bottom: 2px transparent solid
}
#signin-wrapper .nav>li>a:hover, #signin-wrapper .nav>li>a:focus {
	background: transparent;
	border-bottom: 2px #00a8ff solid;
	font-weight: 700;
}
#vcenter {
	height: 430px;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	top: -215px;
	visibility: visible;
	width: 600px;
}
#logo-wrapper {
	height: auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#signin-wrapper .row-input {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	position: relative;
	
}

#signin-wrapper span.inputLabel {
	position: absolute;
	left: 0;
	top: 15px;
	color: #fff;
	font-size: 17px;
}
/*
#signin-wrapper .form-control, #signin-wrapper input, #signin-wrapper .col-lg-12 {
	padding-left: 0; padding-right: 0;
	margin-left: 0; margin-right: 0;
}*/
#signin .btn-primary {
	font-size: 14px;
}
#signin label {
	font-weight: normal;
}
#signin input[type="text"], #signin input[type="password"] {
	background: transparent;
	color: #fff;
	border: 0;
	height: 50px;
	font-size: 32px;
	font-weight: 200;
}

#signin input::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
    text-align: right;
    font-style: italic;
}

#signin input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: normal;
    text-align: right;
    font-style: italic;
}

#signin input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: normal;
    text-align: right;
    font-style: italic;
}

#signin input:-ms-input-placeholder {
    color: #fff;
    font-weight: normal;
    text-align: right;
    font-style: italic;
}

#signin .form-control {
	padding: 0;
}
#signin-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#signin-footer a {
	color: #fff;
}

h2.login-page-title {
	font-weight: bold;
	padding: 15px 0px;
	margin-bottom: 20px;
	font-size: 32px;
}

#signin-header {
	width: 100%;
	background: #383838;
	height: auto;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.login-imgLogo {
	margin: 80px auto;
}

#form-signin {
	background: #fff;
	border-radius: 10px;
}

#form-signinHelp {
	color: #fff;
}

.btn-login {
	background: transparent;
	text-align: center;
	border: 1px #fff solid;
	border-radius: 15px;
	padding: 12px 30px;
	float: right;
}

.btn-login:hover, .btn-login:focus {
	background: #fff;
	color: #000;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
@media only screen and (max-width: 1360px) {
	body#loginPage {
		background: #efefef;
		color: #4b4b4b;
	}
}
#signin-footer {
	color: #ed1c24;
}

#signin-footer a {
	color: #4b4b4b;
}
#signin input[type="text"], #signin input[type="password"] {
	background: #fff;
	border: 1px #8c8c8c solid;
	border-radius: 0;
	color: #4b4b4b;
	font-weight: normal;
	font-size: 20px;
	padding-left: 20px;
}

#signin span {
	background: #ffc1c1;
	padding: 10px;
	display: block;
	width: 100%;
	font-weight: 700;
	margin-bottom: 10px;
	border: 1px #ff9595 solid;
}

#signin input[type="text"]::placeholder, #signin input[type="password"]::placeholder {
	color: #4b4b4b;
	text-align: left;
	font-style: normal;
}

#signin input[type="text"]:active, #signin input[type="password"]:active,
#signin input[type="text"]:focus, #signin input[type="password"]:focus {
	border-color: #00a8ff;
	transition: all 0.5s;
}

.btn-login {
	border-radius: 0;
	border: 0;
	background: #00a8ff;
	color: #fff;
	font-size: 18px;
	width: 100%;
	font-weight: 700;
}

.btn-login, #signin input[type="text"], #signin input[type="password"] {
	height: 55px;
}
