#header {
  animation-delay: 0s;
  animation-duration: 1s;
}

.preloader .container {
  height:auto !important;
  max-height:750px;
  display:flex;
  align-items: center;
}

.preloader .container img {
  animation-delay:0.5s !important;
  animation-duration:1s;
  width:1920px;
  height:1280px;
}

div.preloader {
  background:none;
  background-color:#0B4B87;
  height:auto !important;
  max-height:730px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
 filter:invert(1);
}

input[type="datetime-local"]{
  color:#fff !important;
}
.about {
  animation-delay: 2s;
  animation-duration: 1.5s;
  position: absolute;
  right: 0;
  color: #fff;
  z-index: 5;
  height: calc(100% - 100px);
  width: 94%;
  left: 3%;
  top: 80px;
  background: rgb(0 0 0 / 70%);
  padding: 2rem 1rem;
  max-width: 500px;
  font-family: Roboto-Thin;
  font-weight: 600;
  letter-spacing: .1em;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.about h1 {
  color:#F16622;
  font-size:20px;
  margin-bottom:2.5rem;
  position: relative;
  letter-spacing:.05em;
}

.about h1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(239 239 239 ) 0%, #182532 100%);
  bottom: -0.75rem;
  left: 0;
}


.about p span {
  color:#F16622;
  font-size:18px;
}

.form-group input, .form-group select {
  padding:.5rem 1rem !important;
  border-radius: 0;
  border:1px solid #ddd;
  color:#fff !important;
  background:#111 !important;
  width:100%;
}

.form-group select option {
  margin: 40px;
  background: #0B4B87;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select.form-control{
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  -ms-appearance: menulist!important;
  -o-appearance: menulist!important;
  appearance: menulist!important;
}


form .btn {
  font-size:16px !important;
  font-family:Roboto-Thin;
  font-weight:600;
  border:1px soild #ddd !important;
  letter-spacing: .1em;
  width:100%;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.1);
}

form .btn i {
  margin-right:.75rem;
  vertical-align: baseline;
  font-size:16px;
}

.form-group input:hover, .form-group input:focus {
  color:#fff;
}

.form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

.form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
.sz-eye {
  position: relative;
}

.sz-eye .fa {
  position: absolute;
  bottom: 10px;
  transition: all 0.3s;
  right: 10px;
  color: #aaa;
  font-size:18px !important;
  cursor:pointer;
  margin: 0 !important;
}
.sz-eye .fa:hover {
  color: #ddd;
}
.sz-eye-line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem !important;
}

.progress {
  height: 20px;
  border-radius: 0;
  margin-bottom:2rem !important;
}

.progress-bar {
  font-weight:600;
  font-size:10px;
  text-transform: uppercase;
}

#investor, #monitor {
  overflow: hidden;
}
#investor .row, #monitor .row {
  margin:0 auto;
}

#investor .row .col-md-3, #monitor .row  .col-md-2 {
  padding:3rem 0;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  position:relative;
  border-top:1px solid #ddd;
}

#investor .row .col-md-3:first-child, #monitor .row .col-md-2:first-child {
  border-top:none;
}

#investor .row .col-md-3 i, #monitor .row .col-md-2 i  {
  font-size:60px;
  background-image: linear-gradient(90deg,#0B4B87, #F16622);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display:block;
  text-align: center;
  margin:0;
  margin-bottom:1rem;
  height:60px;
}

#investor .row .col-md-3 p, #monitor .row .col-md-2 p {
  margin:0;
  font-size:20px;
  color:#232a32;
  max-width:calc(100vw - 4rem);
  text-align: center;
}
#flow {
  background:none;
}

#flow .row {
  background-image: url(../img/flow.jpg);
  background-size: cover;
  background-position-x: center;
  overflow: hidden;
}
.flow h1:first-child, #monitor h1 {
  padding:2rem 0;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-text-fill-color: #fff;
}

#message_container {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size:14px;
}

#message_container .alert {
  border-radius:0px;
}


@media (min-width: 768px) {
  #investor .row .col-md-3:nth-child(1):before, #investor .row .col-md-3:nth-child(2):before, #investor .row .col-md-3:nth-child(3):before,
  #monitor .row .col-md-2:nth-child(1):before,#monitor .row .col-md-2:nth-child(2):before, #monitor .row .col-md-2:nth-child(3):before, #monitor .row .col-md-2:nth-child(4):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(120deg, rgb(255 255 255 ) 0%,rgb(90, 90, 90) 50%, rgb(255 255 255 ) 100%);
    bottom: 0;
    right: 0;
}
  .preloader .container {
    max-height:850px;
  }
  
  div.preloader {
    max-height:850px;
  }
    
  .about {
    top:60px;
    left:0rem;
    padding:8rem 5rem;
    max-width:500px;
    height:100%;
    /*background:linear-gradient(180deg, #0f2941 0%, #00182f 100%);*/
    background-color: #232a32;
  }
  .form-group input, .form-group select {
    background:transparent !important;
  }

  #investor .row .col-md-3,
  #monitor .row .col-md-2 {
    padding:1rem !important;
    margin:3rem 0 !important;
    border:none !important;
    text-align: center;
  }
  
  #monitor .row .col-md-2 {
   width:20%;
  }

  #investor .row .col-md-3 p, #monitor .row .col-md-2 p  {
    font-size:14px;
  }
}

@media (min-width: 1024px) {
  #investor .row .col-md-3 i, #monitor .row .col-md-2 i {
    font-size:70px;
    height:70px;
  }

  #investor .row .col-md-3 p, #monitor .row .col-md-2 p {
    font-size:20px;
  }
}