html { 
	background: url(../images/depth-of-field-1868723_1920.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

body {
	padding-top: 100px;
	padding-bottom: 40px;
}

@media (max-width: 600px) {
	body {padding-top: 10px;}
}

.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-signin #inputPass {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.imgShowPass {
	width:20px;
	position: relative;
	top: 129px;
	left: 270px;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.imgShowPass:hover {
	opacity: 1;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	width: 350px;
	margin: 0 auto;
	/*display: none;*/
}

.langInit {
		font-family: Verdana, Arial;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-align: right;
		color: #000;
		padding: 8px 0 0 20px;
}

.titleForgot {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #444;
	text-decoration: none;
	padding-bottom: 10px;
}

.titleForgot a{
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #cc6600;
}

.titleForgot a:hover{
	color: #cc6600;
	text-decoration: none;
	border-bottom: 1px solid #666;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

/*.textForgot {
	border-bottom: 1px solid #cc6600;
}

.textForgot a:hover{
	border-bottom: 1px solid #444;
}*/
/* ----- LANGUAGE MENU ----- */
.dropbtn {
	background-color: #FF751A;
	color: white;
	width: 36px;
	padding: 8px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.dropdown {
		position: relative;
		display: inline-block;
}

.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		width: 36px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		text-align: center;
}

.dropdown-content a {
		color: black;
		padding: 8px 8px;
		text-decoration: none;
		display: block;
}

.dropdown-content a:hover {
		background-color: #f1f1f1;
		text-decoration: none;
		color: #FF751A;
}

.dropdown:hover .dropdown-content {
		display: block;
}

.dropdown:hover .dropbtn {
		background-color: #E65C00;
}
