html,
body {
  height: 100vh;
  
  background-image: url('bg.png');
  background-attachment: fixed;
  background-size: 100% 100%;
}

.main-container {
  background-color: #f5f5f5;
  font-family: "Mulish", sans-serif;
  display: flex;
  justify-content: center;
  position: relative;
}


/* Alter Box Classes */
#alertOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#alert-message {
  margin: 9px 53px 14px 251;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.alert {
  border-radius: 0px;
}

.alert-primary {
  color: #FFF;
  background: #0075DB;
  border-color: transparent;
}
.alert-danger {
  color: #FFF;
  background: #FF4358;
  border-color: transparent;
}

#alert-container {
  display: flex;
}
#alert {
  height: 6vh;
}

#alert-icon {
  margin-right: 16px;
}

.close {
  color: #FFF !important;
  opacity: 1;
  text-decoration: none;
}

.container { 
  border-radius: 39px 39px 0px 0px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 12vh;
}

.form-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 8px;
  letter-spacing: 0.80px;
  word-wrap: break-word;
  display: flex;
  width: 372px;
  align-items: flex-start;
}
label.form-label:after {
  content: " *";
  padding: 0 2px;
  color: #ff1010;
}

.progress-logo {
  margin-top: 56px;
  margin-bottom: 48px;
  flex-shrink: 0;
  background: no-repeat;
}
.form-group {
  display: flex;
  /* width: 372px; */
  height: 70px;
  margin-bottom: 19px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.form-signin {
  max-height: 100%;
  width: 100%;
  max-width: 392px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .form-control::placeholder {
  color: #9EA6A6;
}
.form-signin select:required:invalid {
  color: #9EA6A6;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-with-clear {
  position: relative;
  width: 100%;
}
.input-with-clear .cross-mark {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9EA6A6;
}
.cross-mark {
  z-index: 3;
  color: #222435;
  cursor: pointer;
  margin-left: 5px;
}

.copyright {
  width: 372px;
  display: inline-flex;
  height: 18.204px;
  align-items: flex-start;
  flex-shrink: 0;
  -ms-flex-align: center;
  margin-top: 88px;
  margin-left: 100px;
  margin-bottom: 34.8px;
  color: var(--Chef-Primary-Dark, #222435);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.submit {
  height: 42px;
  padding: 0px 13px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-top: 60px;
  border-radius: 4px;
  border: 1px solid var(--Chef-Primary-Bright, #3864F2);
  background: var(--Chef-Primary-Bright, #3864F2);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #868F8F;
    border: 1px solid var(--Chef-Primary-Bright, #3864F2);
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url('./select-arrow-button.png');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
