body {
	margin: 0;
}

.login-box-wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.login-21 .login-inner-form {
	background: #1b1e32;
	width: 100%;
}
.login-box-inner:after {
	content: "";
	position: absolute;
	opacity: 0.9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: -1;
}

.login-box-inner {
	background-size: auto;
	background-attachment: fixed;
	background-repeat: repeat;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 10s ease-in infinite;
	animation: zoomin 10s ease-in infinite;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #141818;
	background-blend-mode: luminosity;
	/* z-index: 1; */
}

/* The innermost element*/
.zoomoutheader {
	text-align: center;
	background: none;
	-webkit-animation: zoomout 10s ease-in infinite;
	animation: zoomout 10s ease-in infinite;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

/* start login css */
.area {
	background: #4e54c8;
	background: #111111;
	width: 100%;
	height: 100vh;
}
.fw-600 {
	font-weight: 600;
}
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

.login-card {
	margin: 0 auto;
	background: url(../img/img-18.jpg) top left repeat;
	background-size: cover;
	padding: 70px;
	border-radius: 100px 0 100px 0;
	z-index: 999;
	position: relative;
}

/* end login css */

.login-21 .login-inner-form .form-control {
	color: #fff !important;
	background: #1b1e32;
}
.login-21 .login-inner-form .form-control::placeholder {
	color: #fff !important;
}
.logo-img {
	width: 100%;
	height: 100%;
	max-width: 220px;
}
.login-21 .logo-2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width: 100%;
}
.login-page-position {
	position: absolute;
	top: 35px;
}
.logo-2.clearfix {
	text-align: center;
}
.form-group {
	margin-bottom: 2rem;
}
.form-control {
	color: #000;
	background-color: #ffffff;
}
label {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}
.btn-signin {
    padding: 12px;
    border-radius: 5px;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomin {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.67);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomout {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.67);
	}

	100% {
		transform: scale(1);
	}
}

/*End of Zoom out Keyframes */




/* custom login */

.login-area{
	background-color: #282e38;
	width: 100%;
	height: 100vh;
	padding-left: 8rem !important;
    padding-right: 8rem !important;
    padding-top: 4rem !important;
}
.login-area .login-area-inner{
	text-align: center;
}
.login-area .login-area-inner .login-area-head{
    margin-bottom: 2rem !important;
}
.login-area .login-area-inner .login-area-head .title{
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif !important;
	margin-bottom: 0;
	color: #fff;
}
.login-area .text-primary{
	color: #4d3ecb!important;
}
.login-area .login-area-inner .login-area-form{
	background-color:#313844;
    border-radius: 5px;
    padding: 40px 30px 30px;
    text-align: left;
}

.login-area .login-area-inner label {
    color: #fff;
    font-weight: bold !important;
	font-size: 12px;
}
.login-area .login-area-inner .form-control {
    border: 1px solid #424c5c!important;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    color: #98a6ad;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #363e4b!important;
    border-color: transparent;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
	height: 40px;
}
.login-area .login-area-inner .login-area-form-inner{
	text-align: left;
}
.login-area .login-area-inner .forgot-link{
    font-family: 'Quicksand', sans-serif !important;
	color: #007BFF;
    font-size: 12px;
}

.login-area .login-area-inner .forgot-link:hover, .login-area .login-area-inner .forgot-link:focus {
    color: #1e1e2d !important;
}
.btn.btn-sm{
    font-size: 10px !important;
    min-width: 80px;
    padding: 6px 14px !important;
    border-radius: 35px !important;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #007bFF;
    border-color: #007bFF;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.login-area .login-area-inner .form-group {
    margin-bottom: 1rem;
}

.login-area form.user .btn-user{
    border-radius: 5px!important;
}