.inner {
  background: #ffede5 !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.loginContainer {
  width: 50%;
  position: relative;
}

.svg-logo {
  left: 50%;
  transform: translateX(-50%);
  width: 200px !important;
}

.arc-image {
  position: absolute;
  right: 0;
  top: -90px;
}

.circle {
  position: absolute;
  right: 0;
  bottom: 0%;
}

form {
  padding: 2% 4% !important;
}

.welcomeContainer {
  margin-top: 100px;
  margin-left: 50px;
}

.welcomeText {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700;
  line-height: 23.48px;
  text-align: left;
  color: #333;
}

.welcomePara {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 500;
  line-height: 18.78px;
  text-align: left;
  color: #555;
  margin-top: 8px;
}

.form_container {
  width: 100% !important;
}

.form-control {
  border-radius: 4px !important;
  background: #ffffff !important;
  border: 1px solid #bdbdbdb2 !important;
  box-shadow: none !important;
  color: #555 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}

.mainform_1 {
  background: transparent !important;
  box-shadow: none !important;
}

.active label {
  font-family: "Raleway";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-align: left;
  color: #333 !important;
  background: linear-gradient(180deg, rgb(270 232 233) 0%, #FFFFFF 99.5%) !important;

}

.checkbox {
  margin-top: 0px !important;
  text-align: right;
}

.get-password {
  font-family: "Raleway";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-align: left;
  color: #ff8551 !important;
  text-decoration: underline;
}

.text-bottom span {
  color: #555 !important;
}

.login_error {
  font-family: "Raleway";
}

@media (max-width: 767px) {
  .loginContainer {
    width: 100%;
  }

  .svg-logo {
    top: 10% !important;
  }

  .welcomeContainer {
    margin-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .loginContainer {
    width: 70%;
  }

  .svg-logo {
    width: 250px !important;
  }

  .svg-logo {
    top: 15% !important;
  }

  .welcomeContainer {
    margin-left: 40px;
  }
}