html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 330px;
  padding: 25px;
  padding-top: 0;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-control:focus {
  box-shadow: none;
}

.top-input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.middle-input {
  margin-bottom: -1px;
  border-radius: 0;
}

.bottom-input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 5px;
}

.input-file {
  width: 400px;
}

.column-desc {
  margin-top: -4px;
  font-size: 11px;
}

.h1-signin {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-update {
  padding: 120px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form-check-label {
  font-weight: normal;
}

.checkbox-text {
  font-size: 13px;
}

.right-section {
  margin-top: 75px;
}

.back-to-dashboard {
  width: 75px;
  height: auto;
  margin-left:10px
}

.smaller-text {
  font-size: 12px;
}

#alert {
  color: #475aff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.asterisk {
  color: red;
  font-size: 16px;
}

.reqfields {
  font-size: 10px;
}
