@font-face {
  font-family: "vontobel_serif";
  font-style: normal;
  font-weight: bold;
  src: url("vontobelserif-bold-webfontd41d.html?#iefix") format("embedded-opentype"),
       url("vontobelserif-bold-webfont.woff2") format("woff2"),
       url("vontobelserif-bold-webfont.html") format("woff");
}

@font-face {
  font-family: "vontobel_sans";
  font-style: normal;
  font-weight: bold;
  src: url("vontobelsans-bold-webfontd41d.html?#iefix") format("embedded-opentype"),
       url("vontobelsans-bold-webfont.woff2") format("woff2"),
       url("vontobelsans-bold-webfont.html") format("woff");
}

@font-face {
  font-family: "vontobel_sans";
  font-style: normal;
  src: url("vontobelsans-regular-webfontd41d.html?#iefix") format("embedded-opentype"),
  url("vontobelsans-regular-webfont.woff2") format("woff2"),
  url("vontobelsans-regular-webfont.html") format("woff");
}

body {
  background-image: url('background.jpg');
  background-size: cover;
  background-position-y: 92px, top;
  background-color: #3b438545;
  color: #000000;
  font-family: "vontobel_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow-y: inherit;
}

body:not(.ie9) label.sr-only.separator span {
    font-size: 16px;
    padding: 0;
    position: relative;
    display: block;
    margin: 0;
    overflow-y: auto;
    line-height: 24px;
}

body:not(.ie9) label.sr-only.separator {
    height: 18px;
    position: relative;
    width: auto;
}

h1,h2,h3,h4,h5 {
  color: #000000;
}

h1 {
  font-size: 68px;
}

div.page-header {
  border: 0;
}

a {
  text-decoration: underline;
}

.container a {
  color: #000000;
}

.panel {
  background-color: #77c5d5;
  border: none;
  border-radius: 0;
}

.panel-default {
  box-shadow: none;
  -webkit-box-shadow: none;
}

div.spinner {
  display: none !important;
}

.alert {
  font-size: 14px;
  border-radius: 0;
  width: 510px;
  padding-left: 50px;
  text-indent: -15px;
}

.alert a {
  color: #ffffff;
}

.alert-relative {
  position: relative;
  margin-top: -24px;
  margin-bottom: 16px;
}

h4.awaiting-response i.text-primary {
  color: #000000;
  margin-right: 10px;
}

h1.text-primary {
  color: #000000; 
}

h1 i.fa-meh-o {
  display: none;
}

.alert-message.alert-danger .alert-message-icon::before {
    content: "\F071";
}

#login-base {
  padding-bottom: 0;
}

#login-base h1 {
  font-size: 24px;
  margin-top: 92px;
}

label {
  line-height: 24px;
}

label {
  font-size: 16px;
}

label.separator.sr-only {
  margin-bottom: 8px;
  overflow: visible;
}

label.btn {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 60px;
  font-size: 16px;
}

select, textarea, input[type="text"], input[type="file"], input[type="date"], input[type="email"], input[type="phone"], input[type="password"], input[type="button"], input[type="submit"] {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 48px;
  width: 95%;
  font-weight: bold;
  font-size: 16px;
}

input[type="text"], input[type="password"] {
  background-color:#ffffff;
}

input[type="button"], input[type="submit"] {
  color: #000000;
  background-color:#28b79a;
  margin-top: 39px !important;
  margin-left: 24px;
  width: auto !important;
  float: right;
  padding: 0 30px;
  right: 0;
}

input[type="button"]:hover, input[type="submit"]:hover {
  background-color:#0d0d3f;
  color: #ffffff;
}

input[type="button"]:active, input[type="submit"]:active {
  background-color:#0d0d3f;
  color: #ffffff;
}

input[type="button"]:focus, input[type="submit"]:focus {
  background-color:#0d0d3f;
  border: 4px solid #ffd400;
  color: #ffffff;
  border-radius: 2px;
  margin-right: -4px;
  margin-left: -4px;
}

.btn-primary[disabled] {
  background-color:#d0d1d1 !important;;
}

.form-control:focus {
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly] {
  background-color: #d0d1d1;  
  color: #000000;
}

.btn-default {
  color: #000000;
  box-shadow: none;
  background-color: #d0d1d1;
}

.btn-default.active {
  color: #000000;
  box-shadow: none;
  background-color: #ffd400;
}

.btn:hover,.btn:active,.btn:focus,.btn-default:active:hover,.btn-default.active:hover,.btn-default:active:focus,.btn-default.active:focus,.btn-default:hover,.btn-default:focus{
  color: #000000;
  background-color: #ffd400;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #ffd400;
    border: none;
}

.btn-uppercase {
  text-transform: none;
}

#login-base .btn-group-justified, .bootstrap-dialog.login-dialog .btn-group-justified {
  padding-top: 0px;
}

.btn-group.btn-group-justified label.btn {
  height: 24px;
  color: #373A36;
}

.btn-group.btn-group-justified .btn-default.active {
  background-color: #ffffff;
  font-weight: bold;
  color: #000000;
}

.btn-group.btn-group-justified label.btn:hover {
  background-color: #ffffff;
}

.form-control::placeholder {
    color: #D0D1D1;
}

.form.login.col-sm-6.col-sm-offset-3 {
  margin-left: 12%;
  width: 76%;
}

.login-title {
  font-size: 68px;
  font-family: "vontobel_serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 54px;
}

.login-title-small {
  font-size: 52px;
  font-family: "vontobel_serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 54px;
}

.login-subtitle {
  font-size: 28px;
  padding-bottom: 40px;
}

.main-logo {
    position: absolute;
    top: 33px;
    left: 57px;
    height: 50px;
    width: auto;
}

#touch-id {
  padding: 0 0 0 40px;
  position: absolute;
  text-decoration: none;
  font-weight: bold;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#touch-id::before {
  content: "" !important;
  height: 2px !important;
  width: 30px !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 8px !important;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #000000;
}

#touch-id:hover::before {
    width: 35px !important;
}

#touch-id::after {
  content: "";
  position: absolute;
  border-top: 2px solid #ca0;
  border-top-color: rgb(204, 170, 0);
  border-right: 2px solid #ca0;
  border-right-color: rgb(204, 170, 0);
  left: 23px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-color: #000000 !important;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  z-index: 3;
}

#touch-id:hover::after {
  padding: 0 !important;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

div.form-group {
	text-align: left !important;
	margin-top: 15px;
}

#callback_0:empty {
  display: none;
}

div #callback_0 {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #E24C5E;
  color: #ffffff;
  padding: 15px;
  padding-left: 50px;
  text-indent: -26px;
}

div #callback_0:before {
    content: "\f071";
    font-family: FontAwesome;
    font-weight: 700;
    margin-right: 12px;
}

.footer {
  position: absolute;
  width: -webkit-fill-available;
  height: 56px;
  left: 0px;
  bottom: 0px;
  background-color: #3b438545;
  padding: 18px 33px 22px 33px;
  margin: 0;
  text-align: left;
}

.footer-body {
    height: 16px;
    justify-content: space-between;
    display: flex;
}

.footer ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  height: 16px;
  padding-bottom: 8px;
}

.footer li a {
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
}

.container {
    padding: 0px 0px 60px 0px;
    margin-top: 175px;
    background-color: #F0EDE4;
}

@media only screen and (max-width: 48rem) {
  body {
    background-position-y: 56px, top;
  }
  .container {
    margin-top: 125px;
    width: 100%;
  }
  .login-title {
    font-size: 30px;
  }
  .login-title-small {
    font-size: 30px;
  }
  .login-subtitle {
    font-size: 16px;
  }
  .footer {
    font-size: 12px;
  }
  .footer li a {
    font-size: 12px;
  }
  .main-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 22px;
    width: auto;
  }
  .alert {
    margin-top: 65px;
    width: 100%;
  } 
  .alert-relative {
    position: relative;
    margin-top: -24px;
    margin-bottom: 16px;
  }
  input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    height: 50px;
    font-size: 16px;
  }
  .footer {
  	height: 80px;
  }
  .footer-body {
  	height: 16px;
  	justify-content: space-between;
  	display: block;
  }
  .footer ul {
  	margin-bottom: 8px;
  }
}

.width-50 {
    width: 50%;
}
.ml-auto {
    margin-left: auto;
}
.text-center {
    text-align: center;
}
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}
.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: 1;
}
.progress {
    background-color: rgb(0 128 0);
    width: 0%;
    transition: 0.3s;
}
.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.progress-step::before {
    counter-increment: step;
    content: counter(step);
}
.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}
.progress-step-active {
    background-color: #ffd400;
    color: #f3f3f3;
}
.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 1.5rem;
    background-color: #fff;
    padding: 20px 30px;
}
.step-forms {
    display: none;
    transform-origin: top;
    animation: animate 1s;
}
.step-forms-active {
    display: block;
}
.group-inputs {
    margin: 1rem 0;
}
@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}
.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.btn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    background-color: #f2132b;
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}
.progress-step-check {
    position: relative;
    background-color: green !important;
    transition: all 0.8s;
}
.progress-step-check::before {
    position: absolute;
    content: "\2713";
    width: 100%;
    height: 100%;
    top: 5px;
    left: 7px;
    font-size: 12px;
}
.group-inputs {
    position: relative;
}
.group-inputs label {
    font-size: 13px;
    position: absolute;
    height: 19px;
    padding: 0px 7px;
    color: #a2a2a2;
}
.welcome {
    height: 450px;
    width: 350px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
.signup
{
    margin: 100px auto;
    width: fit-content;
    background: #fff;
    padding: 80px 50px;
}
input, select, textarea
{
    border-style: solid!important;
    border-color: #373a36!important;
    border-width: 2px!important;
    border-radius: 5px!important;
    width: 100%;
}
input[type="submit"] 
{
    margin:0!important;
}