body {
  background: #f9ad19;
  font-family: "Roboto", sans-serif;
}

.login-box {
  width: 40%;
  margin: auto;
  margin-top: 80px;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 107px 0 107px 0;
}

.alert button {
  display: none;
}

.alert {
  padding: 8px 0;
  width: 90%;
  margin: auto;
  border-radius: 8px;
}

.alert ul li {
  list-style-type: none;
  font-size: 15px;
}

.alert p {
  font-size: 15px;
  margin-bottom: 0;
}

.login-box .logo {
  width: 50%;
  margin: 24px auto;
}

.login-box .logo img {
  width: 100%;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: rgb(255 82 0);
  margin-bottom: 25px;
}

.login-form {
  text-align: left;
}

input[type="text"] {
  border: none;
  border-bottom: none;
  border-top: 0px;
  border-radius: 50px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ecf0f5;
}

input[type="password"] {
  border: none;
  border-bottom: none;
  border-top: 0px;
  border-radius: 50px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ecf0f5;
}

.cut-email {
  width: 50px !important;
}

label {
  margin-bottom: 0px;
}

.form-control-label {
  font-size: 12px;
  color: #6c6c6c;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-outline-primary {
  background-color: #f9ad19;
  border: none;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 110px;
  margin-top: 10px;
}

.login-button {
  padding-right: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #a2a4a4;
}

.loginbttm {
  padding: 0px;
}

form {
  width: 80%;
  margin: auto;
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.input-container2 {
  margin-bottom: 0;
}

.forgot-password {
  color: #000;
  text-decoration: none;
}

.forgot-password h6 {
  text-align: center;
  margin-bottom: 30px;
}

form input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  border: 1px solid #a0a0a0;
  color: #000;
}

.input {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.cut {
  background-color: #fff;
  border-radius: 5px;
  height: 17px;
  left: 20px;
  position: absolute;
  top: -18px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
  font-weight: 400;
}

.confirm_password_cute {
  width: 115px;
}
.new_password_cute {
  width: 96px;
}

.placeholder {
  color: #a0a0a0;
  font-family: sans-serif;
  left: 20px;
  line-height: 0px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
  font-weight: 400;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
  font-weight: 400;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-20px) translateX(10px) scale(0.75);
  font-weight: 400;
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #a0a0a0;
  font-weight: 400;
}

.input:focus ~ .placeholder {
  color: #a0a0a0;
  font-weight: 400;
}

input[type="email"] {
  border: 1px solid #a0a0a0;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .login-box {
    width: 70%;
    border-radius: 0;
  }
  .btn-outline-primary {
    width: 95px;
  }
}
