/* Start Contact */
.form-container .box {
  height: 234px;
  width: 261px;
}

.login .pic {
  height: 100vh;
  background-color: #fafafa;
}

.login .pic img {
  width: 85%;
}

.login .pic-sign {
  height: 100% !important;
}

@media (max-width: 992px) {
  .login .pic {
    display: none !important;
  }
}

.login .sm-pic {
  width: 150px;
  padding: 10px;
  border-radius: 10px;
}

.form-container {
  width: 45%;
  margin: auto;
}

@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }
}

.contact-info form input:not(:last-child),
.form-container form input:not(:last-child),
.check,
.form-container form select,
.form-container form .input {
  height: 55px;
  color: #707070;
  font-size: 18px;
  border-radius: 0px;
  outline: none !important;
  font-size: 15px;
  box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
}

.contact-info form input:not(:last-child),
.form-container form input:not(:last-child) {
  box-shadow: none;
  height: 56px;
}

.form-container form input::placeholder,
.form-container i {
  color: #707070;
}

.form-container .radio-ch {
  height: 16px !important;
}

.form-container form .input {
  height: 60px;
}

.form-container form .input,
.form-container form input {
  background: #f9f9f9 !important;
  border-radius: 14px;
}

.form-container form textarea {
  background: #f9f9f9 !important;
  color: #bebebe !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  height: 138px;
  border-radius: 14px;
}

.form-container form input:focus,
.form-container form textarea:focus {
  border-color: black;
  outline: none;
  box-shadow: 0 1px 0 -1px var(--first-color);
}

.form-container .pic img {
  height: 588px;
  object-fit: cover;
}

.form-container .message {
  background-color: var(--main-color) !important;
  color: white !important;
}

.form-container .message:hover {
  background: var(--gradient-color) !important;
}

.form-container #contactButton {
  background-color: var(--main-color) !important;
  color: white !important;
}

.form-container #contactButton:hover {
  background: #000 !important;
}

@media (max-width: 992px) {
  .form-container .pic img {
    display: none;
  }
}

/* .form-container .facebook:hover {
    background: #0d6efd !important;
  } */
.form-container .google:hover {
  background: white !important;
}

.form-container .facebook:focus,
.form-container .facebook:focus-visible,
.form-container .facebook:active {
  color: white;
}

.form-container .new {
  text-decoration: none;
  color: var(--main-color);
}

.form-container .new:hover {
  text-decoration: underline;
}

.form-container .contact-info .more {
  top: -10%;
  left: 5%;
  background-color: white;
  font-size: 14px;
}

.form-container .contact-info i {
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.form-container .or span {
  background-color: white;
  z-index: 1;
}

.form-container .or::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: hsl(0deg 0% 0% / 15%);
}

.forms #contactButton {
  color: white;
  background: unset !important;
}

.forms #contactButton:hover {
  color: white;
  background: unset !important;
}

/* End Contact */
