body {
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: normal;
  background: #ffffff;
  overflow: hidden;
}
.form-control:focus {
  border-color: #142229;
}

.has-feedback {
  position: relative;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.center-div {
  position: absolute;
  margin: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 75%;
  height: 581px;
}

.section_title {
  animation-name: appear_title;
  animation-duration: 0.75s;
  -webkit-animation-name: appear_title; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.75s; /* Safari 4.0 - 8.0 */
  animation-timing-function: ease-in-out;
  font-weight: bold;
  position: relative;
  margin: auto;
  top: -20px;

  font-size: 24px;
  line-height: 29px;
  text-align: center;
  justify-content: center;
  color: #142229;
  width: 90%;
  animation-fill-mode: forwards;
}

.section_message {
  width: 90%;
  margin: auto;
  position: relative;
  top: 9px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  justify-content: center;
  color: #535353;
  animation-name: appear_message;
  animation-duration: 1.5s;
  -webkit-animation-name: appear_message; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.section_form {
  position: relative;
  top: 48px;
  width: 285px;
  margin: auto;
  animation-name: appear_form;
  animation-duration: 1.75s;
  -webkit-animation-name: appear_form; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.75s; /* Safari 4.0 - 8.0 */
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.las {
  top: 6px;
  font-size: 19px;
}

.has-feedback .form-control {
  padding-left: 42.5px !important;
  padding-right: unset !important;
}
.form-control-feedback {
  right: unset !important;
}

.own-form-control {
  border-width: 0px 0px 1px 0px;
}

@keyframes appear_title {
  0% {
    top: 180px;
    opacity: 0%;
  }
  100% {
    top: -20px;
    opacity: 100%;
  }
}

@keyframes appear_message {
  0% {
    top: 209px;
    opacity: 0%;
  }
  100% {
    top: 9px;
    opacity: 100%;
  }
}

@keyframes appear_form {
  0% {
    top: 248px;
    opacity: 0%;
  }
  100% {
    top: 48px;
    opacity: 100%;
  }
}
.modal {
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
