#logoBox {
    margin: 20px;
    text-align: center;
}
#logoBox img{
    display: block;
    margin: 0 auto;
}

.btnRecovery {
    color: var(--primary-color-light);
    background-color: var(--secondary-color-light);
}
.btnRecovery:hover, .btnRecovery:focus {
    color: var(--secondary-color-dark);
    background-color: var(--secondary-color);
}
.formLogin {
    text-align: left !important;
}
label[for=passwordField]{
    margin-top: 20px;
}
.btnRegister, .conditionRow, #loginBtn {
    color: var(--primary-color) !important;
}
#registrationData label {
    margin-top: 20px;
}
/*#logoBox {
	position: absolute;
	top: -75px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

#loginBox {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 30px auto;
	background-color: rgba(26,26,26,0.8);
	max-width: 600px;
	padding: 0px;
	color: #eee;
	border: 1px solid #000;
	padding: 10px;
}*/
.loginHeader {
	background: #eee;
	color: black;
	margin:0;
	height:50px;
	line-height:50px;
	font-size: 18px;
	padding: 0 20px;
}

.loginFooter {
    text-align: center;
	background-color: #111;
	color: var(--primary-color-light);
	margin:0;
	width: 100%;
	height:46px;
	font-style:italic;
	font-size: 14px;
	line-height: normal;
	display: table;
}

#loginBox form {
	max-width: 470px;
	margin: 20px auto;
}


.loginFooter p {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}


input {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
}

label {
	line-height: 50px;
	font-size: 16px;
}

input#loginCheckbox {
	width: 20px;
	height: 30px;
	border: none;
	border-radius: 0px;
	float: left;
	margin: 33px 10px;
}

.rememberMe {
	float: left;
	line-height: 60px;
	margin: 20px 10px;
}


#loginBtn {
	float: right;
	margin: 20px 0;
	width: 150px;
    background-color: var(--secondary-color-light);
    color: var(--secondary-color-dark);
}

.recoverypassword {
    margin-left: 10px;
    font-style: italic;
    color: #9aa8ac;
	display: block;
	clear: both;
}

.back {
	font-style: italic;
    color: #9aa8ac;
    float: left;
    line-height: 60px;
    margin: 20px 10px;
}

input {
	width: 100%;
}

.btn {
	height: 50px;
	line-height: 50px;
}
