.background-image {
    background-image: url("landing-image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 945px;
}

.companyCode {
    color: white;
    background-color: #7AC3FF;

    &::placeholder {
    color: white;
    }

    &:focus {
        background-color: #7AC3FF;
    }

}

.companyCode:active {
    background-color: #7AC3FF;
}

button {
    background-color: #7AC3FF !important;
}

.underlay-box {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 30px;
}

.underlay-box-white {
    background-color: rgba(250, 250, 250, 0.3);
    padding: 20px;
    border-radius: 30px;
    margin-top: 20px;
}

@media screen and (min-width: 40em) {
    .center-elements {
        min-height: 100px;
    }

    .heading-margin {
        margin-left: -620px;
    }
}

.center-elements {
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.text-white {
    color: white;
}


.banner-image {
    background-image: url('cycle-to-work-banner-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.image-size {
    height: 90px;
}

h1 {
    font-size: 40px;
}
