html body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #003C68;
}

.images > img {
    max-width: 300px;
    padding: 2px;
}

.no-margin {
    margin: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 20px white inset !important;
            box-shadow: 0 0 0 20px white inset !important;
}

.form-group {
    margin: 10px 0 0 0 !important;
}

.form-group label {
    color: #003C68;
}

.form-group:not(.label-floating) {
    padding: 0;
}

.form-group:not(.label-floating) > .control-label {
    margin: 0;
}

.visible {
    display: block !important;
    position: relative !important;
}

.has-error {
    color: #f44336;
}

.errorlist {
    padding-left: 15px;
}

.start-top-row {
    padding: 0 15px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.buttons > p {
  margin: 10px;
}

.start-bg {
    height: 100%;
}

.start-center-row {
    background: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(58vh);
    margin: 0 !important;
    padding: 15px;
}

.start-center-row p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
}

.start-top-row button {
    border: 2px solid #114973;
    border-radius: 16.5px;
    background: #ffffff !important;
    color: #003C68 !important;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1200px;
}

.wrapper-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.wrapper-row > #left_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.wrapper-row > #right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
}

.carousel-inner > .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-inner > .item > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    height: 500px !important;
    width: 100% !important;
}

.left, .right {
    background-image: unset !important;
}

.content h2 {
    margin-top: 5px;
}

.col-logo {
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.col-logo > .logo{
    max-height: 85px;
    margin-left: 5px;
}

.col-logo > h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.33;
    padding: 5px 0;
}

#right_side .login {
    max-width: 375px;
    background: #ffffff;
    border-radius: 2px;
    padding: 5%;
}

.login h1 {
    text-align: center;
}

.login a {
    margin: 0 auto;
    display:block;
    text-align: center;
}

button[type=submit]{
    background-color: #114973 !important;
    border: 2px solid #114973 !important;
    border-radius: 16.5px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5) !important;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5) !important;
}

.login .form-btn-group {
    text-align: center;
}

.login h3, .login p {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.login h3 {
    font-size: 36px;
}

.login p {
    font-size: 16px;
}

.login a {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
    color: #0097a7;
}

.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
}

.logos img {
    padding: 5px;
    max-height: 75px;
    display: inline;
}

.logos p {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .wrapper, .wrapper-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .wrapper-row > #left_side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .wrapper-row > #right_side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0;
    }
    #right_side .login {
        margin-bottom: 15px;
    }
    .login .form-btn-group {
        text-align: center;
    }
    .col-logo {
        height: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .col-logo > .logo {
        margin: 0;
    }
    .carousel-inner {
        max-width: unset;
        height: 300px;
    }
    .carousel-inner > .item > img {
        height: 300px !important;
    }
}

@media (max-width: 991px) {
    #left_side > .content {
       -webkit-columns: 1;
          -moz-columns: 1;
               columns: 1;
   }
}
