#login .container .col-lg-6 {
  margin-bottom: 152px;
  margin-top: 106px;
}
#login .container .col-lg-6 .top-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#login .container .col-lg-6 .top-form .heading-second {
  color: #c86bfa;
  font-size: 35px;
  text-shadow: 6px 4px white;
  padding: 10px 0 0;
  margin-bottom: 30px;
}
#login .container .col-lg-6 .top-form .heading-second span {
  color: #c86bfa;
  font-size: 35px;
}
#login .container .col-lg-6 .top-form .heading-second span::after {
  left: -27px;
  width: 100px;
  height: 28px;
}
#login .container .col-lg-6 .top-form span {
  font-family: var(--bold-font);
  font-size: 25px;
  color: var(--dark-purple);
  line-height: 30px;
}
#login .container .col-lg-6 .medium-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#login .container .col-lg-6 .medium-form input {
  margin-bottom: 30px;
}
#login .container .col-lg-6 .bottom-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#login .container .col-lg-6 .bottom-form .second-button {
  height: 49px;
  width: 477px;
  border-radius: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  font-family: var(--regular-font);
  font-size: 19px;
}
#login .container .col-lg-6 .bottom-form span {
  font-size: 19px;
  font-family: var(--bold-font);
  line-height: 23px;
  color: var(--dark-purple);
  margin-bottom: 15px;
}
#login .container .col-lg-6 .bottom-form .heading-second {
  color: #c86bfa;
  font-size: 35px;
  text-shadow: 6px 4px white;
  padding: 10px 0 0;
  margin-bottom: 30px;
}
#login .container .col-lg-6 .bottom-form .heading-second span {
  color: #c86bfa;
  font-size: 35px;
}
#login .container .col-lg-6 .bottom-form .heading-second span::after {
  left: -27px;
  width: 160px;
  height: 28px;
}
#login .container .col-lg-6 .bottom-form .checkbox {
  display: flex;
  width: 477px;
  max-width: 100%;
}
#login .container .col-lg-6 .bottom-form .checkbox input {
  display: none;
}
#login .container .col-lg-6 .bottom-form .checkbox input:checked + .text:after {
  opacity: 1;
}
#login .container .col-lg-6 .bottom-form .checkbox .text {
  font-size: 19px;
  color: var(--dark-purple);
  line-height: 23px;
  font-family: var(--regular-font);
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
#login .container .col-lg-6 .bottom-form .checkbox .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--medium-purple);
  background-color: #a07bae;
}
#login .container .col-lg-6 .bottom-form .checkbox .text:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-45deg);
  opacity: 0;
}
#login .container .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#login .container .buttons .facebook-form {
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
}
#login .container .buttons .facebook-form .second-button {
  height: 49px;
  width: 477px;
  border-radius: 15px;
  background: linear-gradient(90deg, #0270e4, #51a6ff);
  max-width: 100%;
  font-family: var(--regular-font);
  font-size: 19px;
}
#login .container .buttons .facebook-form img {
  position: absolute;
  left: 25%;
  top: 13px;
}
#login .container .buttons .google-form {
  position: relative;
  max-width: 100%;
}
#login .container .buttons .google-form .second-button {
  height: 49px;
  width: 477px;
  border-radius: 15px;
  background: white;
  background-image: none;
  color: black;
  max-width: 100%;
  font-family: var(--regular-font);
  font-size: 19px;
}
#login .container .buttons .google-form img {
  position: absolute;
  left: 25%;
  top: 13px;
}

@media (max-width: 991px) {
  #login .container .col-lg-6 {
    margin-bottom: 50px;
  }
  #login .container .col-lg-6:nth-child(2) {
    margin-bottom: 132px;
  }
}
@media (max-width: 462px) {
  #login .container .buttons .facebook-form img,
#login .container .buttons .google-form img {
    left: 22%;
  }
}
@media (max-width: 441px) {
  #login .container .col-lg-6 .top-form span {
    font-size: 21px;
  }
  #login .container .col-lg-6:nth-child(2) {
    margin-bottom: 99px;
  }
  #login .container .col-lg-6 .bottom-form .checkbox .text {
    font-size: 17px;
  }
  #login .container .buttons .facebook-form img,
#login .container .buttons .google-form img {
    left: 20%;
  }
}
@media (max-width: 396px) {
  #login .container .buttons .facebook-form img {
    left: 18%;
  }
  #login .container .col-lg-6 .top-form span {
    font-size: 18px;
  }
}
@media (max-width: 378px) {
  #login .container .buttons .facebook-form img,
#login .container .buttons .google-form img {
    left: 15%;
  }
}
@media (max-width: 348px) {
  #login .container .buttons .facebook-form img {
    left: 12%;
  }
}
@media (max-width: 328px) {
  #login .container .buttons .facebook-form img,
#login .container .buttons .google-form img {
    left: 10%;
  }
}
