nav, .top-navbar, footer, .subscribe-section {
  display: none !important;
}

.form-left-conrainer .contact-form-fields {
  padding: 0;
}

body {
  height: 100%;
  overflow-y: hidden;
}

.login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.login-form-left-part {
  /*background-image: url("../images/login-form.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  width: 65%;
  height: 100%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*.webp-supported .login-form-left-part{
    background-image: url("../images/login-form.jpg");
}*/
.login-form-right-part {
  width: 35%;
  height: 100vh;
  overflow-y: scroll;
}

.login-title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 67px;
}

.log-in-title {
  color: #F31524;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

.log-in-subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #626262;
}

.login-logo .sewagatha-logo {
  width: 70px;
  margin-top: auto;
  padding-bottom: 20px;
}

.login-logo svg path {
  fill: black;
}

.login-form-btn {
  background-color: #F31524;
  width: 100%;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: 20px;
  height: 50px;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  padding: 7px 15px;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.login-form-btn:focus-visible {
  outline: 0;
}

.login-form-btn:hover {
  cursor: pointer;
  color: #fff;
}

.login-form-btn:hover::before {
  width: 140%;
}

.login-form-btn::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-20px) skew(-10deg);
          transform: translateX(-20px) skew(-10deg);
  z-index: -1;
}

.right-part-container {
  width: 70%;
  padding-top: 20px;
}

input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626262A1;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626262A1;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}

input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626262A1;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #626262A1;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #626262A1;
  font-size: 16px;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #626262A1;
  font-size: 16px;
}

label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #626262;
  padding-bottom: 10px;
}

.show-password-group {
  position: relative;
}

.visibility {
  color: #808080;
  width: 22px;
  position: absolute;
  top: 48px;
  right: 12px;
  cursor: pointer;
}

.form-control {
  height: 50px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.left-quote {
  padding-right: 50px;
}

.login-title-container {
  position: relative;
}

.left-quote {
  position: absolute;
  top: -65px;
  left: -65px;
}

.error-message {
  font-size: 14px;
  color: #dc3545;
}

@media (min-width: 1440px) {
  .login-logo .sewagatha-logo {
    width: 108px;
  }
  .log-in-title {
    font-size: 55px;
    line-height: 64px;
  }
  html {
    font-size: 16px;
  }
  .forgot-link {
    color: #000;
    text-decoration: none;
  }
}
