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

.preloader .container {
  height:auto !important;
  max-height:100vh;
  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;
}

.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;
}

.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 textarea, .form-group textarea:focus, #contact {
  padding:.5rem 1rem !important;
  border-radius: 0;
  border:1px solid #ddd;
  background:transparent !important;
  color:#fff !important;
  text-transform: uppercase;
}

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,.form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

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

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

.sz-eye input {
  text-transform: none !important;
}

.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;
}

#driver {
  overflow: hidden;
}
#driver .row {
  margin:0 auto;
}

#driver .row .col-md-4 {
  padding:3rem 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position:relative;
}

#driver .row .col-md-4:nth-child(2) {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

#driver .row .col-md-4 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:.5rem;
  height:60px;
}

#driver .row .col-md-4 p {
  margin:0;
  font-size:22px;
  color:#232a32;
  max-width:calc(100vw - 4rem);
}

#driver .row .col-md-4:nth-child(2) i {
  font-size:50px;
}

div.overlay {
  opacity:.6;
}

.caption {
  animation-delay:2s;
  position: absolute;
  text-align: center;
  left: 0;
  padding: 2rem;
  width: 100%;
  color: #fff;
  letter-spacing: .05em;
  z-index: 1;
  line-height: 1.5;
  font-size: 18px;
}

.caption h1 {
  font-size: 26px;
  color: #fff;
  font-family: 'Roboto-Thin';
  letter-spacing: .1em;
  text-shadow: 0 0 #fff;
  line-height: 2;
  margin-bottom: 2rem;
  position:relative;
}

.caption h1:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: linear-gradient(120deg, rgb(90 90 90 ) 0%,rgb(255, 255, 255) 50%, rgb(90 90 90 ) 100%);
  bottom: 0;
  left:calc(50% - 100px);
}

div.container a {
  animation-delay: 3s;
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  padding: 1.25rem 4rem;
  border-top-right-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

section#register {
  transition:all .3s ease-in-out;
  overflow:hidden;
  height:890px;
  background-color:#232a32;
}

.register_show {
  border-color:#232a32 !important;
  background-color:#232a32;
}

.register_show:hover {
  border-color:#232a32 !important;
  background-color:#232a32 !important;
}

section.hide {
  height:0 !important;
}

video {
  min-width: 320px;
  max-height: 200px;
  max-width: 90vw;
  background-color: #111;
  margin-top: 1rem;
}

section#register form {
  width: 500px;
  padding: 1rem;
  max-width: 100vw;
  margin: 0 auto;
}

section#register form button {
  border:none;
}

section#register h1 {
  line-height: 1.35;;
  color: #fff;
  font-family: 'Roboto-Thin';
  letter-spacing: .05em;
  text-align: center;
  margin: 2rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.form-group textarea {
  background:transparent !important;
  color:#fff !important;
  min-height:11rem !important;
}

/* 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: 100vw;
  margin: 0 auto;
  padding: 0 1rem;
  font-size:14px;
}

#message_container .alert {
  border-radius:0px;
}
@media (min-width: 768px) {
  section#register {
    height:950px;
  }
  .caption {
    top: 20%;
  }
  .caption h1 {
    font-size:30px;
  }
  .about {
    top:140px;
    left:5rem;
  }
  .preloader .container {
    max-height:640px;
  }
  
  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%);
  }

  .form-group input {
    background:transparent !important;
    color:#fff !important;
  }

  #driver .row .col-md-4:nth-child(1):before, #driver .row .col-md-4:nth-child(2):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;
  }

  #driver .row .col-md-4 {
    padding:0 !important;
    margin:3rem 0 !important;
    border:none !important;
  }
  #driver .row .col-md-4:last-child:before  {
    content: none;
  }

  #driver .row .col-md-4 p {
    font-size:16px;
  }
}

@media (min-width: 1024px) {
  #driver .row .col-md-4 i {
    font-size:70px;
    height:70px;
  }

  #driver .row .col-md-4:nth-child(2) i {
    font-size:60px;
  }

  #driver .row .col-md-4 p {
    font-size:20px;
  }
}