body{
	background: linear-gradient(45deg,#F17C58, #E94584, #24AADB , #27DBB1,#FFDC18, #FF3706);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    animation-direction: alternate;
	background-repeat: no-repeat;	
    height: 100vh; 
	width: 100%; /* new code 06032023*/
	display: flex; /* new code 06032023*/
    flex-wrap: nowrap; /* new code 06032023*/
    justify-content: center; /* new code 06032023*/
    align-items: center; /* new code 06032023*/
}


/* Login Box */

/* new code 06032023*/
.container-bg{
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.login-box {
	width: 28%;
	position: fixed;
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
  	backdrop-filter: blur(1rem);
  	border: 3px solid;
  	border-color: #ffffff10 transparent #ffffff50 #ffffff10;
  	border-radius: 0 2rem;
  	box-shadow: inset -9.5px 9px 1.3px -10px #fff;

}
.logo {
	padding-top: 30px; /* new code 06032023*/
	text-align: center;
}

.logo img {
	width: 50%;
	height: auto;
	padding-top: 0px;	
}

.login-info {
	padding: 5% 5% 2%; /* new code 06032023*/
	text-align: center;
}

.login-info h3 {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color:#0f5c73;
	margin: 5px 0px 20px 0px; /* new code 06032023*/
	text-align: center;
	padding-left: 0px;
	text-shadow: 2px 2px 2px #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.login-info select {
	width: 100%;
	height: 35px;
	font-size: 13px;
	margin-bottom: 13px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.5);
    color: #777;
  	box-shadow: 0 0 0 1px #efeded, 0 0.625em 0 0 rgb(216 216 227 / 57%);
  	transform: translate3d(0, 0.03em, -0.05em);
  	transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.login-info input[type="text"] {
	width: 100%;
	padding: 3% 5% 3% 8%;
	font-size: 13px;
	border: none;
	text-align: left;
	margin: 5px 0px 13px;
    border-radius: 5px; 
	background:url("../images/icon_user.png") no-repeat 5px;
	background-color: rgba(255,255,255,0.5);
    color: #777;
  	box-shadow: 0 0 0 1px #efeded, 0 0.625em 0 0 rgb(216 216 227 / 57%);
  	transform: translate3d(0, 0.03em, -0.05em);
  	transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.login-info input[type="text"]:focus{
	background:url("../images/icon_user.png") no-repeat 5px;
	background-color: rgba(255,255,255,0.8);
  	transform: translate(0, 0.25em);
}

.login-info input[type="password"] {
	width: 100%;
	padding: 3% 5% 3% 8%;
	font-size: 13px;
	border: none;
	text-align: left;
	margin: 5px 0px 13px;
    border-radius: 5px; 
	background:url("../images/icon_password.png") no-repeat 5px;
	background-color: rgba(255,255,255,0.5);
    color: #777;
  	box-shadow: 0 0 0 1px #efeded, 0 0.625em 0 0 rgb(216 216 227 / 57%);
  	transform: translate3d(0, 0.03em, -0.05em);
  	transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.login-info input[type="password"]:focus{
	background:url("../images/icon_password.png") no-repeat 5px;
	background-color: rgba(255,255,255,0.8);
  	transform: translate(0, 0.25em);
}

/* Login Button */

button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.login-info h5 a {
	width: 100%;
	color: rgb(121 117 117 / 80%);
	font-size: 11px;
	text-align: right;
	font-family: arial;
	padding: 2% 5%;
	margin: 0px 0px;
	text-decoration: none;
  	position: relative;
}

.login-info h5 a:hover {
	color: #777;
}

/* new code 06032023 start*/
label{
	font-weight: normal;
}
/* new code 06032023 end*/

.login-info h6 {
	font-family: Arial;
	font-size: 10px;
	color: #78909c;
	background: #ff0000;
}

.login-info #RemMe {
    text-align: end;
    font-size: 12px;
	color: #777;
	font-family: Arial;
	padding: 0 2%;
}

.login-info input[type="checkbox" i] {
	background: rgba(255,255,255,0.5);
}

footer {
	width: 100%;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	padding: 3% 0;
	color: #ffffff;
	float: left;
	opacity: 0.9;
	margin-top: 20px;
	border-bottom-left-radius: 2rem; 
	background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(50px);
    color: #343434;
	box-shadow: inset 9px -11px 1.3px -10px #fff;
}

input, textarea, textfield, input:focus, textarea:focus, textfield:focus, select:focus {
	outline: none; 
	border: none;
}

/* new code background*/
	
.icon{
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%; /* new code 06032023*/
	height: 100%; /* new code 06032023*/
	margin: 0px 50px; /* new code 06032023*/	
	overflow: hidden;
}	
	
.icon span{
	position: relative;
	width: 5px;
	height: 5px;
	margin: 0 4px;
	border-radius: 50%;
	animation: animate linear infinite;
	animation-duration: calc(120s / var(--i));
}
	
@keyframes animate{
	0%
	{
		transform: translateY(100vh) scale(0);
	}
	100%
	{
		transform: translateY(-10vh) scale(1);
	}
}	
	
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media only screen and (max-width: 900px) {
	.login-box {
    	width: 40%;
    	left: 30%;
    	right: 30%;
	}
	
	.login-info input[type="text"] {
   		/*width: 78%;*/  /* new code 06032023 remove this width*/
    	padding: 3% 5% 3% 10%;
	}
	
	.login-info input[type="password"] {
   		/*width: 78%;*/  /* new code 06032023 remove this width*/
    	padding: 3% 5% 3% 10%;
	}
	
	.icon span {
		width: 1px;
		height: 1px;
	}	
	
	.fourofour-container{
		width: 65%;
		padding: 40px 30px;
	}
	
	.fourofour-container h3{
		font-size: 20px;
	}
}


@media screen and (max-width: 600px) { 
	.login-box {
		width: 80%;
		top: 10%;
		left: 10%;
		right: 10%;
		position: fixed;
	}
	
	

	.logo {
		float: none;
		width: 60%;
		padding: 5%;
		height: 50px;
		display: block;
		margin: 0 auto;
	}

	.logo img {
		width: 100%;
		height: auto;
		margin: 10px 0px;
		padding: 0px;
	}
	
/* new code 06032023 remove this style*/	
/*
	.login-info {
		float: right;
		width: 90%;
		padding: 5%;
		text-align: center;
		height: 280px;
	}
*/
	
	.login-info select{
		font-size: 11px;
	}
	
	.login-info input[type="text"]{
		/*width: 78%;*/  /* new code 06032023 remove this width*/
    	padding: 3% 5% 3% 10%;
		font-size: 11px;
	}
	
	.login-info input[type="password"]{
/*		width: 78%;*/  /* new code 06032023 remove this width*/
    	padding: 3% 5% 3% 10%;
		font-size: 11px;
	}
	
	.icon span {
	width: 0.1px;
	height: 0.1px;
}	
	
	@keyframes animate{
	0%
	{
		transform: translateY(100vh) scale(0);
	}
	100%
	{
		transform: translateY(-3rem) scale(0.5);
	}
	
	.fourofour-container{
		width: 75%;
	}
	
	.fourofour-container h3 {
    font-size: 16px;
	}
	
	.fourofour-container ul li {
    font-size: 15px;
    margin-left: -10px;
	}
	
	.custom-btn.btn-9{
		padding: 10px;
	}
	
	.btn-9 span{
		font-size: 12px;
	}
}
}



.fourofour-container {
	width: 35%;
	position: fixed;
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
  	backdrop-filter: blur(1rem);
  	border: 3px solid;
  	border-color: #ffffff10 transparent #ffffff50 #ffffff10;
  	border-radius: 0 2rem;
  	box-shadow: inset -9.5px 9px 1.3px -10px #fff;
	padding: 50px 30px;
}

.fa.fa-clock-o{
	    font-size: 100px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

.fourofour-container h3{
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
}

.fourofour-container ul{
	list-style-type: lower-roman;
}

.fourofour-container ul li{
	font-size: 18px;
}

.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  width: auto;
  display: block;
  margin: 20px auto 0;	
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/* new code 10032023 end*/
