@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
body {
  overflow: hidden;
  
}
h1 {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.img {
  width: 50%;
  background-color: inherit;
  position: absolute;
}
.btm {
  border-collapse: collapse;
  border-radius: 0%;
}
.container1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
}
.cont1,
.cont2 {
  width: 50%;
  height: 100%;
  text-align: center;
}
#btm {
  color: #04befe;
}
#btm:hover {
  color: #4481eb;
}
.container1:before {
  content: "";
  text-align: right;
  position: absolute;
  height: 2000px;
  width: 2000px;
  top: -10%;
  right: 48%;
  transform: translateY(-50%);
  background-image: linear-gradient(-45deg, #4481eb 0%, #04befe 100%);
  transition: 1.8s ease-in-out;
  border-radius: 50%;
  z-index: 6;
}
.container1.sign-up-mode:before {
  transform: translate(100%, -50%);
  right: 52%;
}

.singin {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20%;
  width: 60%;
  height: 80%;
  border-radius: 10%;
  overflow: hidden;
  display: none;
}
.signup {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20%;
  width: 60%;
  height: 80%;
  border-radius: 10%;
  overflow: hidden;
}
.input-field {
  max-width: 380px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  height: 55px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
  position: relative;
}

.input-field i {
  text-align: center;
  line-height: 55px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.1rem;
}

.input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

.input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}
.social-icon {
  color: #4481eb;
  font-size: 30px;
  text-decoration: none;
  letter-spacing: 10px;
}
.btn-solid {
  width: 100px;
  height: 40px;
  background-image: linear-gradient(-45deg, #4481eb 0%, #04befe 100%);
  border-color: rgb(100, 235, 237);
  border-style: hidden;
  border-radius: 5%;
  font-size: 20px;
  color: white;
  transition: transform 0.2s;
}
.btn-solid:hover {
  transform: scale(1.05);
}
.signup a {
  color: #04befe;
}
.signup a:hover {
  color: #4481eb;
}
.signin a {
  color: #04befe;
}
.signin a:hover {
  color: #4481eb;
}
.plane1 {
  width: 50%;
  height: 100%;
  order: 1;
  z-index: 99;

  color: white;
  font-family: "Poppins", sans-serif;
  padding: 20px;
}

.plane2 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 99;
  order: 2;
  color: white;
  font-family: "Poppins", sans-serif;
  display: none;
}
.plane2 h1 {
  margin: 0%;
  font-family: "Poppins", sans-serif;
}
.flexbox {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 400px)
{
.cont1
{
width: 0%;
}
.cont2{
  width: 100%;
}  
.plane2{
  display: none;
}
.plane1{
  display: none;
}
.container1:before{
  transform: translate(62%,-94%);
}
.signin{

  width: 90%;
  margin: 10px;
  margin-top: 40px;
}
.signup{
  
  width: 90%;
  margin: 10px;
  margin-top: 40px;
}
.container1.sign-up-mode:before {
  transform: translateY(95%);
}
body{
  height: 640px;

}

}