.top-header {
    background-color: #1D2228;
}
.top-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}
}
.top-header-contacts {
    padding: 10px 0;
}

.top-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding-top: 5px;
}
.top-header .header-cta li {
    height: 100%;
}
.top-header .header-cta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    color: #fff !important;
    background-color: #e3000e;
    border-color: #e3000e !important;
}
.top-header-nav li {
    margin: 0;
    margin-left: 20px;
}
.top-header-nav li a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}


.imgs-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.auth-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
    box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
}
.auth-description {
    width: 600px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dark-overlay.dark-overlay-2::before {
    background-color: rgba(0,0,0,.6);
}
.dark-overlay::before, .light-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.bg-center {
    background-position: center;
}
.bg-cover {
    background-size: cover;
}
.dark-overlay, .light-overlay {
    position: relative;
    z-index: 1;
}
.auth-description-inner {
    text-align: center;
    max-width: 400px;
}
.auth-description-inner {
    text-align: center;
}
.auth-description-inner i {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}
.auth-description-inner h2 {
    margin: 0;
    color: #fff;
}
.auth-description-inner p {
    margin: 30px 0;
    color: #fff;
}

.auth-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f9f9f9;
    padding: 60px;
    text-align: center;
}
.auth-form a {
    display: block;
    color: #1D2228;
    text-decoration: underline;
}
.auth-form .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.auth-form .btn-show-pass{
    margin:0;
}
.auth-seperator {
    margin: 30px 0;
    text-align: center;
}
.auth-seperator span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9F9E9E;
    font-size: 13px;
    font-weight: 500;
}
.auth-seperator span::before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0,0,0,.1);
    height: 1px;
    margin-right: 20px;
}
.auth-seperator span::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0,0,0,.1);
    height: 1px;
    margin-left: 20px;
}
.hidden-xs{
    display: none;
}
@media (max-width: 991px){
    .auth-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .auth-description{
    width: 100%;
  }
  .contact-wrapper{
    display: block;
  }
  .ct-contact-map-wrapper{
    height: 400px;
  }
  .contact-wrapper .section{
    padding-left: 0;
    padding-right: 0;
  }
}