/*
Template Name: Esty
Template URL: https://ultimatewebsolutions.net/esty/dark/
Author: Ultimate Websolutions
Author URL: https://themeforest.net/user/ultimatewebsolutions/

[Table of contents]

01. PRELOADER
02. GENERAL
03. LOGIN
04. FLOAT LABELS
05. SHOW-HIDE PASSWORD
06. PASSWORD STRENGHT
07. CHECKBOXES
08. FORM LINKS
09. FORM BUTTON
10. INFO MESSAGE
11. RESPONSIVE

/* Preloader
==================================== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #18141A;
	z-index: 3;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #48E0A4;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* General
==================================== */

body, html {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	background-color: #18141A;
	margin: 0;
	padding: 0;
}

.text-right {
	text-align: right;
}

.mt-0 {
	margin-top: 0;
}

/* Login
==================================== */

.login {
	display: flex;
	flex-flow: column;
	width: 450px;
	max-width: 95%;
	background-color: #201D24;
	border: 2px solid #36313D;
	border-radius: 0;
	margin: 100px auto 10px auto;
	padding: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login .icon {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 30px;
	position: relative;
}

.form {
	display: flex;
	flex-flow: column;
	width: 100%;
}

.login-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 11px;
	color: #999;
}

/* Float Labels
==================================== */

.fl-form.fl-style-2 .fl-is-active label.fl-label {
	font-size: 11px;
	color: #48E0A4;
}

.fl-form .fl-is-active input.fl-input, .fl-form .fl-is-active select.fl-select, .fl-form .fl-is-active textarea.fl-textarea {
	color: #FAFAFA;
	background: #201D24;
	border: 1px solid #36313d;
}

.fl-form .fl-has-focus input.fl-input, .fl-form .fl-has-focus select.fl-select, .fl-form .fl-has-focus textarea.fl-textarea {
	background-color: #201D24;
	border-color: #48E0A4;
	color: #FAFAFA;
}

.fl-form .fl-has-focus label.fl-label {
	color: #48E0A4;
}

.fl-form input.fl-input, .fl-form select.fl-select, .fl-form textarea.fl-textarea {
	font-size: 14px;
	color: #FAFAFA;
	background-color: #201D24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #36313D;
	margin-bottom: 15px;
	height: 45px;
}

.fl-form input.fl-input:hover {
	border-color: #48E0A4;
}

.fl-form .fl-is-required:before {
	content: "*";
	color: #F3723B;
	padding: 12px 0 0;
}

/* Show Hide Password
==================================== */

.my-toggle {
	background: transparent;
	border: 0;
	color: #888;
	cursor: pointer;
	font-size: 10px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 7px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	margin-top: -22px !important;
}

.my-toggle:hover, .my-toggle:focus {
	background-color: #36313D;
	color: #ccc;
	outline: transparent;
}

.hideShowPassword-wrapper {
	width: 100% !important;
	padding-bottom: 15px;
}

/* Password Strength
==================================== */

#pass-info {
	width: 100%;
	color: #ff0071;
	text-align: center;
	font-size: 11px;
	padding: 3px;
}

#pass-info.weakpass, #pass-info.stillweakpass, #pass-info.goodpass, #pass-info.strongpass, #pass-info.vrystrongpass {
	margin-top: 15px;
}

#pass-info.stillweakpass {
	border: 1px solid #ff0071;
	background: #ff0071;
	color: #FAFAFA;
}

#pass-info.stillweakpass {
	border: 1px solid #ff0071;
	background: #ff0071;
	color: #FAFAFA;
}

#pass-info.goodpass {
	border: 1px solid #48E0A4;
	background: #48E0A4;
	color: #222;
}

#pass-info.strongpass {
	border: 1px solid #48E0A4;
	background: #48E0A4;
	color: #222;
}

#pass-info.vrystrongpass {
	border: 1px solid #48E0A4;
	background: #48E0A4;
	color: #222;
}

/* Checkboxes
==================================== */

.cbx {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.cbx span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	transform: scale(1);
	vertical-align: middle;
	border: 2px solid #36313D;
	transition: all 0.2s ease;
	margin-right: 5px;
}

.cbx span:first-child svg {
	position: absolute;
	top: 2px;
	left: 1px;
	fill: none;
	stroke: #222;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #48E0A4;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}

.cbx:hover span:first-child {
	border-color: #48E0A4;
}

.inp-cbx {
	display: none;
}

.inp-cbx:checked+.cbx span:first-child {
	background: #48E0A4;
	border-color: #48E0A4;
	animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

/* Checkbox caption*/

#rememberMeCaption {
	font-size: 13px;
	font-weight: 400;
	color: #CCC;
}

/* Form Links
==================================== */

.form-link {
	font-size: 13px;
	font-weight: 400;
	color: #48E0A4;
}

/* Form Button
==================================== */

.form-btn {	
	border: 2px solid #48E0A4;
	color: #222;
	background: #48E0A4;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom: 15px;	
	font-weight: 600;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;

}

.form-btn:hover {
	opacity: 0.7;
}

/* Info Message
==================================== */
.form div.msg.error {
	padding: 15px 0;
	color: #FF0071;
}

.form div.msg.success {
	padding: 15px 0 0 0;
	color: #48E0A4;
}



/* Responsive
==================================== */

@media (max-width: 575px) {
	#rememberMeCaption {
		font-size: 12px;
	}

	.form-link {
		font-size: 12px;
	}
}

/* ONLY IN DEMO VERSION: Info Messages
==================================== */

.form-link.copy-pass {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #48E0A4;
	position: absolute;
	top: 15px;
	right: 0;
	text-decoration: underline;
}

.success-message, .warning-message {
	position: fixed;
	bottom: 15px;
	left: 15px;
	background-color: #48E0A4;
	color: #FFF;
	padding: 13px 20px 13px 50px;
	font-weight: 500;
	line-height: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 2;
}

.warning-message {
	background-color: #FF0071;
	color: #FAFAFA;
}

.success-message:before {
	font-family: "iconfont";
	content: "\e943";
	font-size: 21px;
	position: absolute;
	left: 10px;
	top: 7px;
	line-height: 1;
}

.warning-message:before {
	font-family: "iconfont";
	content: "\e87c";
	font-size: 21px;
	position: absolute;
	left: 15px;
	top: 10px;
	line-height: 1;
}

@media (max-width: 375px) {
	.form-link.copy-pass {
		font-size: 12px;
	}
}