.login .form-group input,
.login .form-group input,
.login.form-group input,
form input.text {
  width: 100% !important;
  height: 50px;
  border-radius: 50px;
  padding: 16px 32px;
  border: none;
  font-size: 16px;
}

form label.left {
  padding-bottom: 10px;
}

input[type=submit],
a.socialLoginButtons {
  height: 45px;
  border-radius: 50px;
  padding: 12px 26px;
  border: 1px solid #000000;
  background-color: inherit;
  color: #000000;
  font-size: 16px;
}

input[type=submit]:hover,
a.socialLoginButtons:hover {
  background-color: #E96F18;
  border: none;
  color: #000000;
}

input[type=submit].orange {
  background-color: #E96F18;
  border: none;
}

a.orange {
  color: #E96F18;
}

.loginORText {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.applicationPortalPage .button {
  font-size: 16px;
  width: auto !important;
}

.SignInButtons .button {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.applicationDetailContainer {
  width: 215px;
  min-width: 215px;
  height: 210px;
  background-color: #EBE8E3;
  padding: 10px 15px 25px 20px;
}

.fieldSetTitle {
  height: 70px;
  padding-left: 20px;
}

form select {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 50px;
}

form textarea {
  width: 100%;
  font-size: 16px;
}

.form-group {
  margin: 0px;
}

.innerFormBody {
  padding: 0px 30px 30px;
  background-color: #EBE8E3;
}

ul.progressbar li:nth-child(1):before {
  content: "1";
}

ul.progressbar li:nth-child(2):before {
  content: "2";
}

ul.progressbar li:nth-child(3):before {
  content: "3";
}

ul.progressbar li:nth-child(4):before {
  content: "4";
}

ul.progressbar li:nth-child(5):before {
  content: "5";
}

ul.progressbar li:nth-child(6):before {
  content: "6";
}

ul.progressbar li:before {
  background: #ddd;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  position: absolute;
  text-align: center;
}

.progress-step {
  height: 66px;
  overflow: hidden;
  position: relative;
  width: 16.1%;
  border-bottom: #EBE8E3 solid 16px;
}

.internationalForm .progressbar .progress-step {
  width: 25%;
}

.progress-step.active {
  border-bottom: #E96F18 solid 16px;
  z-index: 1;
}

.progress-step.active:before {
  background-color: #E96F18;
  z-index: 1;
}

.visited {
  border-bottom: #cccccc solid 16px;
  z-index: 1;
}

form .link {
  color: #E96F18 !important;
}

input[type=radio] {
  accent-color: #E96F18;
}

.applicationPortalType input[type=radio] {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

.application-offer-table {
  width: 100%;
}

.application-offer-table td.col1 {
  width: 50%;
}

.application-offer-table td.col2 {
  width: 50%;
}

.fees-section table tr td:first-child {
  border-right: 0px;
}

.fees-section table tr td:nth-child(2), .fees-section table tr td:nth-child(3) {
  border-right: 0px;
  border-left: 0px;
}

.fees-section table tr td:last-child {
  border-right: 1px solid #d4d4d4;
}

.fees-section table ul li {
  padding: 0px;
  font-size: 12px;
  font-family: "SuisseIntl-Light";
  line-height: 15px;
}

.glyphicon.normal-right-spinner {
  animation: glyphicon-spin-r 2s infinite linear;
}

.application-tab-section .nav-tabs > li.active > a {
  background-color: #E96F18;
}

.checkbox label.right {
  font-size: 18px;
  text-align: left;
  color: black;
  letter-spacing: 0.54px;
}
@keyframes glyphicon-spin-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@media only screen and (max-width: 432px) {
  .SignInButtons .button {
    font-size: 14px;
  }
}
.custom-swal-font {
  font-family: "SuisseIntl-Light" !important;
}

.custom-swal-font button {
  border-radius: 50px;
}

.custom-swal-font .swal2-confirm {
  background-color: #E96F18;
  border: none;
  border-radius: 50px;
}/*# sourceMappingURL=applicationPortal.css.map */