﻿.input-validation-error-text {
  color: #d00202 !important;
}

.sign-it {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
}
.sign-it .banner-text {
  font-size: var(--font-large-size);
}

h1 {
  font-size: 1.7rem !important;
}

label {
  margin-bottom: 0;
  max-height: 22px;
}

.big-box, .big-box-message {
  width: 100%;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 2px;
  font-size: 20px !important;
  background: #fff !important;
}

.w-col-1, .w-col-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.fx-justify {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx-center {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-va-top {
  -ms-align-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.btn-lg {
  padding: 1.1rem 3rem;
  width: 100%;
}

input[type=checkbox] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: solid 1px red;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
}

/* Fix for Termly pop up on Login page */
.t-preference-modal input[type=checkbox] {
  display: none;
}

.alert {
  margin-bottom: 0;
}

.required {
  padding-right: 10px;
}
.required:after {
  content: "*";
  color: #bb0000;
  font-size: 1.3rem !important;
  position: relative;
  top: 3px;
}

.w50-addcc {
  width: 100%;
}

.w-fp-block {
  width: 100%;
}

.cust-b-mrg {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .w-fp-block {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .w-col-1, .w-col-2 {
    width: 50%;
  }
  .w-col-1 {
    padding-right: 3%;
  }
  .w-col-2 {
    padding-left: 3%;
    border-left: 1px solid #ccc;
  }
  .btn-lg {
    width: auto;
  }
  .modal-dialog {
    width: 490px;
  }
  .w50-addcc {
    width: 49%;
  }
  .cust-b-mrg {
    margin-bottom: 0;
  }
  .w-fp-block {
    width: 60%;
  }
}
