* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100% !important;
}

body {
    margin: 0 !important;
}

h1 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #fff !important;
    font-size: 42px !important;
    line-height: 56px !important;
}

h2 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 48px !important;
    margin-bottom: 10px !important;
}

p,
li {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

input,
textarea {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

#header-wrap {
    background-color: #fff;
    padding: 17px 40px;
}

#header-wrap #logo,
#header-wrap #logo img {
    max-width: 170px;
}

#content {
    display: flex;
    flex-direction: row;
    height: auto;
}

.column {
    float: left;
}

.column.col-text {
    width: 40vw;
    z-index: 3;
    background: #00AEEF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    padding: 100px 40px 0;
    min-height: 100%;
    height: auto;
    position: absolute;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.col-text .container {
    width: 100%;
}

.col-text .heading-block {
    margin-bottom: 60px;
    max-width: 370px;
}

.col-text .text-block {
    margin-bottom: 50px;
}

.col-text .text-block p {
    margin-bottom: 20px;
}

.col-text .footer-block p {
    font-size: 14px;
}

.col-image {
    width: 100%;
}

.list-block ul {
    list-style-image: url('../img/etollpass/tick.png');
    padding-left: 25px;
}

.list-block ul li {
    margin-bottom: 10px;
}


.column.col-image {
    width: 80vw;
    z-index: 2;
    min-height: 100vh;
    height: calc(100% + 65px);
    /* background-image: url('images/placeholder.jpg'); */
    background-image: url('../img/etollpass/background-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.col-image .container {
    margin: 0;
    width: 60vw;
}

.form-block {
    max-width: 400px;
    margin: 0 auto;
}

.form-block form input,
.form-block form textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

.form-block form textarea {
    height: 120px;
}

.form-block form input.btn, .form-block form button.btn {
    width: auto;
    height: auto;
    background: #00AEEF;
    border: none;
    padding: 10px 20px;
    color: #fff;
    float: right;
}

.form-block p {
    margin-bottom: 20px;
}

.form-block form {
    padding: 20px 0;
}

.alert li {
    list-style: none !important;
    color: #721c24;
}

.alert ul {
    margin-bottom: 0 !important;
}

@media (min-width: 1920px) {
    .column.col-text {
        width: 30vw
    }

    .col-image .container {
        width: 70vw;
        max-width: none !important;
    }
}

@media (max-width: 1120px) {

    #header-wrap {
        padding: 17px 30px;
    }

    .column.col-text {
        width: 40vw;
        max-width: none !important;
    }

    .column.col-image {
        justify-content: flex-end;
    }

    .col-image .container {
        margin: 0;
        width: 60vw;
        max-width: none !important;
    }

    .form-block {
        width: 90%;
    }

}

@media (max-width: 768px) {

    #header-wrap {
        padding: 17px 20px;
    }

    .column.col-text {
        padding: 40px 20px;
    }

    .column.col-image {
        width: 70vw;
    }
}

@media (max-width: 576px) {

    #content {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .column.col-text {
        width: 100vw;
        min-height: auto;
        position: relative;
    }

    .column.col-image {
        width: 100vw;
        position: relative;
        padding: 20px 0;
    }

    .col-image .container {
        width: 100vw;
    }
}
