.w-label-color{
    color: white;
}

main {
  zoom: 125%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal !important;
}

.text-3xl {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    overflow-wrap: break-word;

}
.text-lg {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}
.text-sm {
    font-size: .8rem;
    line-height: 1.25rem;
}

.wh-40 {
  width: 45px;
  height: 45px
}

.fs-20 {
  font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-theme {
    background: #000000!important;
    border: 1px solid #000 !important;
}

.pt-8 {
    padding-top: 4rem;
}

.color-black {
  color: #000 !important;
}
.text-5xl {
    font-size: 2.5rem;
    line-height: 1;
}
.font-normal {
  font-weight: 100 !important;
}
