html, body, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: #1d1c4c;
    line-height: 1.5;
}

h1 {
    font-size: 48px;
    padding-bottom: 4px;
}

.vcenter--container {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.vcenter--helper {
    display: table-cell;
    vertical-align: middle;
}
.vcenter--content {
    margin: 0 auto;
    padding: 33px 33px 36px 33px;
}

.logo p {
    margin: 0;
    padding: 20px 0 0 0;
}

.logo img {
    width: 420px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.driver-symbol {
    margin: -2px 0 -2px 0;
}

.driver-symbol img {
    height: 100px;
}

.rtlfoot {
    font-size: 14px;
    font-style: italic;
    color: rgb(158, 158, 158);
    padding-top: 7px;
}

