html,
body {
	background: #efefef;
	padding: 10px;
	font-family: 'Varela Round';
}
/*=== 2. Anchor Link ===*/
a {
	color: #aaaaaa;
	transition: all ease-in-out 200ms;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/*=== 3. Text Outside the Box ===*/
.etc-login-form {
	color: #919191;
	padding: 10px 20px;
}
.etc-login-form p {
	margin-bottom: 5px;
}
/*=== 4. Main Form ===*/
.login-form-1 {
	max-width: 300px;
	border-radius: 5px;
	display: inline-block;
}
.main-login-form {
	position: relative;
}
.login-form-1 .form-control {
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	background: transparent;
	color: #555555;
	padding: 7px 0;
	font-weight: bold;
	height:auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
	color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
	color: #999999;
}
.login-form-1 .form-group {
	margin-bottom: 0;
	border-bottom: 2px solid #efefef;
	padding-right: 20px;
	position: relative;
}
.login-form-1 .form-group:last-child {
	border-bottom: 0;
}
.login-group {
	background: #ffffff;
	color: #999999;
	border-radius: 8px;
	padding: 10px 20px;
}
.login-group-checkbox {
	padding: 5px 0;
}
/*=== 5. Login Button ===*/
.login-form-1 .login-button {
	position: absolute;
	right: -25px;
	top: 50%;
	background: #ffffff;
	color: #999999;
	padding: 11px 0;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border: 5px solid #efefef;
	border-radius: 50%;
	transition: all ease-in-out 500ms;
	outline: none;
}
.login-form-1 .login-button:hover {
	color: #555555;
	transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
	color: #555555;
}
.login-form-1 .login-button.clicked:hover {
	transform: none;
}
.login-form-1 .login-button.clicked.success {
	color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
	color: #e74c3c;
}
/*=== 6. Form Invalid ===*/
label.form-invalid {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 5;
	display: block;
	/*margin-top: -25px;*/
	padding: 7px 9px;
	background: #777777;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 11px;
}
label.form-invalid:after {
	top: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #777777;
	border-width: 6px;
}
/*=== 7. Form - Main Message ===*/
.login-form-main-message {
	background: #ffffff;
	color: #999999;
	border-left: 3px solid transparent;
	border-radius: 3px;
	margin-bottom: 8px;
	font-weight: bold;
	height: 0;
	padding: 0 20px 0 17px;
	opacity: 0;
	transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
	height: auto;
	opacity: 1;
	padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
	border-left-color: #2ecc71;
}
.login-form-main-message.error {
	border-left-color: #e74c3c;
}

/*=== 9. Misc ===*/
.logo {
	padding: 15px 0;
	font-size: 25px;
	color: #aaaaaa;
	font-weight: bold;
}

.alert{
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.login-form-main-message ul{
	padding-left: 20px;
}

.captcha{
	margin-top: 10px; 
}



/*
 * Page: Lock Screen
 * -----------------
 */
.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: 2%;
}
/* User name [optional] */
.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: -25px;
	background: #fff;
	padding: 5px;
	z-index: 10;
	width: 80px;
}
.lockscreen-image > img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
	margin-left: 70px;
}
.lockscreen-credentials .form-control {
	box-shadow:none;
	border: 0;
	outline: 0;
}

.lockscreen-timing-item{
	width : 290px;
	margin: 10px auto 30px auto;
	display: block;
}

.lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
	padding: 0 10px;
}
.lockscreen-footer {
	margin-top: 10px;
}

.g-recaptcha{
	width: 304px;
}

.flag {
	width: 16px;
	height: 11px;
	background: url(../theme/secondary/img/flags.png) no-repeat;
}

.flag.flag-dz {
	background-position: -160px -33px;
}

.flag.flag-fr {
	background-position: -144px -44px;
}

.flag.flag-us {
	background-position: -160px -154px;
}

#signup_form_ctr{
	/*display: none;*/
	padding:50px 0;
}

#signup_choice_ctr p{
	height: 80px;
}

 #signup_choice_ctr .account_choice{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.5s ease;
}

#signup_choice_ctr .account_choice:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}  

.thank_you {
	font-size: 95px;
	color: #4085c6;
	font-weight: bold;
}

#pwd_hint {
	border-radius: 5px;
	display: block;
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	background: #4085c6;
	left: 0%;
	top: 100%;
	width: 175px;
	padding: 5px 10px;
	color: #fff;
	z-index: 99;
}

#pwd_hint::after {
	right: 50%;
	top: -12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #4085c6;
	border-width: 8px;
	margin-top: -8px;
}