#custom-login-form * {
  box-sizing: border-box;
}

#custom-login-form {
  max-width: 600px;
  margin: 0;
  font-family: 'Manrope', sans-serif !important;
}

#custom-login-form .input {
  padding: 0.6rem !important;
  margin-bottom: 1rem !important;
  max-width: 600px !important;
  width: 100% !important;
  height: 50px !important;
  border-radius: 6px !important;
  font-size: 20px !important;
  color: #274888 !important;
  border: 2px solid #274888 !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
}

#custom-login-form .input::placeholder {
  color: #274888 !important;
  font-weight: 200 !important;
  font-size: 20px !important;
  opacity: 0.7 !important;
}

#custom-login-form .login-remember {
  display: none !important;
}

#custom-login-form .login-submit input[type="submit"] {
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  width: 124px !important;
  height: 50px !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-size: 20px !important;
}

#custom-login-form input.autofill-active:-webkit-autofill,
#custom-login-form input.autofill-active:-webkit-autofill:hover,
#custom-login-form input.autofill-active:-webkit-autofill:focus,
#custom-login-form input.autofill-active:-webkit-autofill:active {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #274888 !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 200 !important;
  font-size: 20px !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
  padding: 0.6rem !important;
}
