body{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  max-width: 100vw;
  overflow-x: hidden;
	min-height: 100vh;
	font-family: 'Jost', sans-serif;
	background: linear-gradient(to bottom, #343538, #335acf);
}
.main{
	width: 350px;
	height: 500px;
	background: red;
	overflow: hidden;
	background-color: #343538;
	border-radius: 10px;
	box-shadow: 5px 20px 50px #000;
}
#chk{
	display: none;
}
.signup{
	position: relative;
	width:100%;
	height: 100%;
}
label{
	color: #fff;
	font-size: 2.3em;
	justify-content: center;
	display: flex;
	margin: 50px;
	font-weight: bold;
	cursor: pointer;
	transition: .5s ease-in-out;
}
input{
	width: 60%;
	height: 10px;
	background: #e0dede;
	justify-content: center;
	display: flex;
	margin: 20px auto;
	padding: 12px;
	border: none;
	outline: none;
	border-radius: 5px;
}
button{
	width: 60%;
	height: 40px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #fff;
	background: #4a4a4a;
	font-size: 1em;
	font-weight: bold;
	margin-top: 30px;
	outline: none;
	border: none;
	border-radius: 5px;
	transition: .2s ease-in;
	cursor: pointer;
}
button:hover{
	background: #949494;
}
.login{
	height: 460px;
	background: #4a4a4a;
	border-radius: 60% / 10%;
	transform: translateY(-180px);
	transition: .8s ease-in-out;
}
.login label{
	color: #4a4a4a;
	transform: scale(.6);
}

#chk:checked ~ .login{
	transform: translateY(-500px);
}
#chk:checked ~ .login label{
	transform: scale(1);	
}
#chk:checked ~ .signup label{
	transform: scale(.6);
}
.rokie{
  display: flex;
  width: 90%;
  align-items: center;
  font-size: 13px;
  padding-left: 7px;
}
.rokie p{
  margin-left: 4px;
}
.custom-checkbox{
  width: 15px;
  height: 15px;
}
.fro-pss{
  width: 100%;
  text-align: center;
}
.signup-btn{
  margin-top: 0.4px;
  background-color: #343538;
}
.login-btn{
  background-color: #949494;
}
.login-btn:hover{
  background-color: #4a4a4a;
}
.login form label{
  color: #eee;
}

/* forget */
.form-container {
  position: absolute; /* Positioning absolutely */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust position to truly center */
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  width: 95%;
  box-shadow: 0 4px 8px rgba(241, 95, 95, 0.1);
}
.load{
  position: absolute; /* Positioning absolutely */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust position to truly center */
  background-color: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px;
  border-radius: 8px;
  width: 72%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(221, 9, 9, 0.1);
  z-index: 20;
}
.msg-cont{
  position: absolute; /* Positioning absolutely */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%);
  display: flex;
  background-color: #eee;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 79%;
  height: 60%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.msg-container{
  text-align: center;
  width: 96%;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  
}
.loader{
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.just{
  margin-top: 6px;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background-color: rgb(250, 34, 34);
}
.vipicha{
  width: 98px;
  height: auto;
}
.kipicha{
  width: 20px;
  height: auto;
}
.custom-checkbox{
  width: 18px;
  height: auto;
}
.no{
  padding-top: 14px;
  padding-left: 8px;
  list-style-type: none;
}
.no a{
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgb(185, 21, 21);
}
.roll{
  color: #eee;
}
.roll:hover{
  color: #7d68d8;
}

@media (min-width: 570px) {
  .msg-cont{
    width: 550px;
  } 

  .form-container{
    width: 580px;
    font-size: 12px;
  }

}