
/*
 * Page: Login
 * ----------------------
 */

.login-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a {
  color: #444;
}

.login-page {
  background: #fff;
  	background-image: url('../images/main-bg.jpg');
  	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  padding: 40px 0;
}

.login-box {
  max-width: 460px;
  margin: 7% auto;
}


.login-box-container {
  background: #20322e;
  background-image: linear-gradient(228deg, #20322e, #004f38);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  color: #ededed;
}
.login-box-header {
  background-color: #b4111a;
  
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
/*  padding: 20px;*/
  border-top: 0;
  color: #ededed;
	position: relative;
}

.login-box-body {
  margin: 40px auto;
  color: #ededed;
	padding-bottom: 30px;
	max-width: 300px;
}

.login-box-body a {
  color: #ededed;
}
.login-box-body p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
	padding-bottom: 20px;
}
.login-box-body .form-control-feedback {
  	color: #ffffff;
}
.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 9px 20px 7px 20px;
  font-size: 24px;
	font-weight: bold;
	letter-spacing: 2.8px;
	color: #ededed;
}
.login-box-msg-fr {
  margin: 0;
  text-align: center;
  padding: 12px 20px 10px 20px;
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 2.8px;
	color: #ededed;
}

.login-box-lang {
  margin: 0;
  text-align: center;
  padding: 9px 20px 7px 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #ededed;
	position: absolute;
    right: -10px;
    top: 0px;
}


.login-box-body .form-control {
    border-radius: 7px;
    box-shadow: none;
    border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

/* Menu Styles */
.login-box-body .form-control::-moz-placeholder {
  color: #ffffff;
}
.login-box-body .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.login-box-body .form-control::-webkit-input-placeholder {
  color: #ffffff;
}


.btn.btn-lang {
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  background-color: #ffffff;
	color: #b4111a;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 5px 6px 5px 8px;
}


.btn.btn-lang:hover, 
.btn.btn-lang:active,
.btn.btn-lang.hover,
.btn.btn-lang:active:hover,
.btn.btn-lang.focus, .btn.btn-lang:focus,
.btn.btn-lang.active.focus, .btn.btn-lang.active:focus, .btn.btn-lang.active:hover, .btn.btn-lang:active.focus,
.btn.btn-lang.active.focus, .btn.btn-lang.active:focus, .btn.btn-lang.active:hover, .btn.btn-lang:active.focus, .btn.btn-lang:active:focus, .btn.btn-lang:active:hover {
	background-color: #ffffff;
	color: #b4111a;
}


/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -17px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
/*
.lockscreen-image > div {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
*/
.lockscreen-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 55px;
  width: 55px;
  text-align: center;
  font-size: 30px;
  line-height: 55px;
  background: rgba(0, 79, 56, 0.9);
  border-radius: 50%;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 50px;
}
.lockscreen-credentials .form-control {
  border: 0;
  color: #000 !important;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}

.red-text {
	color: #b4111a;
}

/* Footer */

.login-footer {
  /*background: #fff;*/
  padding: 20px;
  color: #767576;
  /*border-top: 1px solid #d2d6de;*/
  font-weight: 500;
}

@media (min-width: 767px) {
	.login-box-body .form-group {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.login-box {
		width: 90%;
		margin-top: 20px;
	}
	.login-box-body {
		margin: 20px auto;
		padding-bottom: 10px;
	}
	.login-box-body label {
		font-size: 16px;
	}
	.login-box-msg {
	  padding: 5px 20px 5px 20px;
	  font-size: 17px;

	}
	.login-box-msg-fr {
	  padding: 9px 20px 7px 20px;
	  font-size: 13px;

	}
	.login-box-lang {

	  padding: 5px 20px 5px 20px;
	  font-size: 17px;

	}
	.btn.btn-lang {
		font-size: 12px;
		padding: 3px 4px 3px 6px;
	}

}
