body{
	margin:0;
	color: #000000;
	background: none;
	font:600 16px/18px 'Open Sans',sans-serif;
	padding:0px 0px 10px 0px;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.login-wrap{
	margin-top: 40px !important;
	width:100%;
	margin:auto;
	/* max-width: 60%; */
	position:relative;
	/* background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center; */
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	opacity: 0.85;
	height:100%;
	padding: 20px;
	background: linear-gradient(to bottom right, #5a3200, #000000,#001521) !important;
	background: rgb(3 16 27 / 90%);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size: 18px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
	color: grey;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	/* min-height:345px; */
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
	padding-bottom: 10px;
}
.login-form .group{padding: 0 10px;margin: 0px;}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input{
	border:none;
	border-radius: 0px;
	background: none;
	padding: 0px 10px 0px 0;
	height: 25px;
	font-size: 18px;
	color: white!important;
	border-bottom: 1px solid white;
}

.login-form .group .button{
	border:none;
	padding: 2px 10px;
	border-radius: 10px;
	/* background: linear-gradient(to bottom right, #c1800a, #121b27,#6f4800) !important; */
	height: 40px;
	font-size: 15px;
	color: black!important;
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
}
.login-form .group label{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.login-form .group .button{
	cursor:pointer;
	background: linear-gradient(to bottom right, #00ca19, #232323,#098c00);
	height: fit-content;
	padding: 5px 10px;
	width: fit-content;
	color: white!important;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}
label.tab {
    cursor: pointer;
}
.sign-up-htm,.sign-in-htm {
    transition: 1.0s !important;
}
#login-error {
    color: red;
    font-size: 20px;
}
.group-container {justify-content: center;}
 .label:after {
    content:" *";
    color: red;
    font-size:20px;
  }
  
  #login-error .modal-header {
    height: 40px;
    color: #ff5454;
    margin: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.close {
    margin: 0px !important;
    padding: 0px !important;
    color: white;
    font-size: 30px;
    font-weight: bold;
    opacity: 1 !important;
    text-shadow: 0px 0px 10px #fff;
}

.modal-footer {
    background: #ffffff;
    height: 50px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: flex-end;
}

button.btn.btn-default {
    padding: 5px 10px;
    background: #383838;
    color: white;
    font-weight: bold;
}

.modal-body {
    color: white;
    font-weight: normal;
    font-size: 16px;
}

.modal-body > div {
    padding: 10px;
    border: 1px solid #ff5454;
}
.routerLink,#goto-signup-page{
	cursor:pointer;
}
.routerLink:hover {
    color: #00ffe7;
}
h6.modal-title {
    font-weight: bold;
}

.modal-dialog {
    margin: 20px auto;
    width: max-content;
    max-width: 80%;
}

.modal-content {
    background: black;
    opacity: 0.9;
}

.close:hover {
    color: #f25858;
}

.sign-up-htm {
    display: none;
}
#internet-overlay{
	display: none;
	position: fixed;
    top: 0;
	width: 100%;
    height: 100%;
	z-index: 6;
	transition:0.6s;
	background: rgba(0,0,0,0.95);
	align-items: center;
    justify-content: center;
	color:white;
}
#internet-overlay-content{
	text-align: center;
	margin: 20px;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px white;
    color:white;
}
input.generate-auth-code {
    padding: 10px 15px;
    border-radius: 5px !important;
    height: fit-content;
    width: fit-content;
    background: #00437b;
    margin-bottom: 10px;
}

.generate-auth-timer-container {
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
    justify-content: flex-end;
    visibility:hidden;
    transition:0.4s;
    margin-bottom: 20px;
}
input.generate-auth-code[disabled]{
        background: gray !important;
}
input#forgot-password {
	cursor: pointer;
    background: #001e4a;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    width: fit-content;
    display: inline;
    height: max-content !important;
}

.forgot-password-container{
	display:none;
}

.forgot-password-outer-container {
    background: #120000;
    padding: 10px!important;
    border-radius: 10px;
    border: 1px solid white;
    margin-top: 20px!important;
}
/* custom media query  start */
@media ( min-width :576px) {
	.padding-css {
    	 padding-right: 20px !important;
	}
}
/* custom media query  end */
.sign-up-htm .group-container .group {
    /* padding-right: 20px !important; */
}
.policies {
    margin-top: 15px !important;
    padding: 5px !important;
    font-weight: normal;
    color: #a7a7a7;
    font-size: 12px;
}
.policy-click{
	color: #007bff;
	font-size: 15px;
}
.swal-button {
    background-color: #1b303a !important;
}

.swal-title {
    color: rgba(0,0,0,1) !important;
}

.swal-text {
	color: rgba(0,0,0,1) !important;	
}

.login-form .group .input::-webkit-input-placeholder {
    font-size: 12px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	transition: 0.4s;
	border-bottom: 1px solid #147cff !important;
	-webkit-box-shadow: 0 1px 0 0 #76b3ff!important;
	box-shadow: 0 1px 0 0 #76b3ff !important;
}
.margin-top-10 {
    margin-top: 20px !important;
}
.detailed-container {
    border: 1px solid white;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.get-old-password-container,.set-new-password-container{
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
}
		
#email-validation-btn{
	cursor: pointer;
    background: linear-gradient(to bottom right, #53f5fd, #067c97,#0f313e);
    height: fit-content;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    width: fit-content;
    color: white!important;
}		


#email-validator-popup .modal-body > div {
    border: none !important;
}

.btn,.btn-default,button{
	cursor: pointer;
}

#login-error{
	z-index:2000
}

.spinner {
	display: inline-block !important;
}