.alert svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.login-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-container {
  position: relative;
  overflow-x: hidden;
}
.welcome-container .top_background-container {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
}
.welcome-container .top_background-container svg {
  border-top-left-radius: 1em;
}
.welcome-container .logo-container-login {
  width: 25vw;
}
.welcome-container .logo-container-login img {
  width: 100%;
}
.welcome-container .background-container {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
}
.welcome-container .background-container svg {
  border-bottom-left-radius: 1em;
}

.form-container {
  text-align: center;
}
@media (max-width: 768px) {
  .form-container {
    padding: 0;
  }
}
.form-container form {
  text-align: center;
  padding: 0 2.5rem;
}
.form-container form .form-outline .form-control:focus ~ .form-label {
  color: #FF5500;
}
.form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-leading, .form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-middle, .form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #FF5500;
}
.form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
  box-shadow: -1px 0 0 0 #FF5500, 0 1px 0 0 #FF5500, 0 -1px 0 0 #FF5500;
}
.form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
  border-color: #FF5500;
  box-shadow: 0 1px 0 0 #FF5500;
  border-top: 1px solid transparent;
}
.form-container form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #FF5500;
  box-shadow: 1px 0 0 0 #FF5500, 0 -1px 0 0 #FF5500, 0 1px 0 0 #FF5500;
}
.form-container form .toggle-password {
  color: #FF5500;
  font-weight: bold;
  font-size: 1pxrem;
  cursor: pointer;
}
.form-container form button.btn, .form-container form a.btn {
  background-color: #FF5500;
  color: #FFF;
  border: 1px solid #FF5500;
  font-size: 1pxrem;
}
.form-container form button.btn:hover, .form-container form a.btn:hover {
  background-color: #FFF;
  color: #FF5500;
  border: 1px solid #FF5500;
}

.greetings-title {
  font-size: 1pxrem;
}/*# sourceMappingURL=login.css.map */