input[type="text"].landing-page-authentication-input,
input[type="email"].landing-page-authentication-input,
input[type="password"].landing-page-authentication-input {
    width: 180px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    input[type="text"].landing-page-authentication-input,
    input[type="email"].landing-page-authentication-input,
    input[type="password"].landing-page-authentication-input {
        width: 114px;
    }

    .landing-page-authentication-form-input-group {
        margin-top: 8px;
    }
}

.landing-page-authentication-form-column {
    margin-right: 8px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.landing-page-authentication-form-column:last-of-type {
    margin-right: 0;
}

.landing-page-forgot-password-container {
    display: block;
    line-height: normal;
}

.landing-page-forgot-password-link {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #4a90e2;
    margin-left: 2px;
}

.landing-page-authentication-button {
    width: 80px;
}

.landing-page-app-container {
    height: 500px;
    background-color: #96a6b9;
    background-image: url("/images/landing-background.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 36px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    position: relative;
}

.landing-page-app-container .row {
    margin-left: 0;
    margin-right: 0;
}

.landing-page-title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 88px;
    margin-bottom: 6px;
}

.landing-page-sub-title {
    opacity: 0.8;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #ffffff;
}

.landing-page-title-details {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #ffffff;
    max-width: 465px;
    margin-bottom: 24px;
    margin-top: 5px;
}

.landing-page-app-row {
    margin-top: 80px;
    height: 78px;
    background-color: #66778b;
    box-shadow: 0 -2px 4px 0 rgba(74, 74, 74, 0.2);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.landing-page-app-row-container {
    position: relative;
    top: 11px;
}

.landing-page-app-title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 16px;
    vertical-align: middle;
}

.landing-page-download-app-buttons-container {
    position: absolute;
    top: 18px;
    right: 178px;
}

.landing-page-download-app-button {
    background-color: #3b3e52;
    border: solid 1px #3b3e52;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    color: #ffffff;
    padding-left: 14px;
    padding-top: 6px;
    line-height: 0.93;
    margin-right: 14px;
    vertical-align: middle;
}

.landing-page-download-app-button:hover,
.landing-page-download-app-button:focus {
    background-color: #3b3e52;
    color: #ffffff;
}

.landing-page-download-app-button-icon {
    margin-right: 12px;
}

.landing-page-download-app-button-primary {
    font-size: 16px;
    letter-spacing: 0;
}

.landing-page-download-app-button-secondary {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.landing-page-phone-container {
    float: left;
}

.landing-page-phone {
    display: inline-block;
    position: absolute;
    top: -127px;
    right: 0px;
    width: 202px;
}

.landing-page-client-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 53px;
    margin-bottom: 57px;
    border-bottom: solid 1px #e5e6e6;
    text-align: center;
}

.landing-page-client-list-image {
    margin-left: 15px;
    margin-right: 15px;
    zoom: 50%;
}

.landing-page-client-list-image:first-child {
    margin-left: 0;
}

.landing-page-client-list-image:last-child {
    margin-right: 0;
}

.landing-page-footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #b5d3e5;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.landing-page-footer-company-logo {
    display: block;
}

.landing-page-footer-company-logo:not(:first-child) {
    margin-top: 16px;
}

.landing-page-contact-stack {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #9b9b9b;
    margin-right: 64px;
}

.landing-page-contact-stack:last-of-type {
    margin-right: 0;
}

.landing-page-contact-email {
    color: #4267b2;
}

@media (max-width: 767px) { /*XS*/
    .landing-page-title {
        font-size: 32px;
    }

    .landing-page-sub-title {
        font-size: 24px;
        line-height: 1;
    }

    .landing-page-app-row {
        margin-top: 20px;
        height: 78px;
    }
    .landing-page-app-title {
        display: block;
        font-size: 19px;
        margin-right: 0;
    }

    .landing-page-app-row-container {
        height: 52px;
        line-height: 52px;
        float: none;
    }

    .landing-page-download-app-buttons-container {
        position: static;
    }

    .landing-page-phone-container {
        float: none;
    }
}

@media (max-width: 767px) {
    .landing-page-app-row {
        height: 150px;
    }

    .landing-page-download-app-button {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /*SM*/
    .landing-page-title {
        font-size: 54px;
    }

    .landing-page-app-title {
        font-size: 20px;
        margin-right: 8px;
    }

    .landing-page-download-app-button {
        margin-right: 8px;
    }

    .landing-page-download-app-buttons-container {
        right: 0;
    }
}

@media (max-width: 992px) {
    .landing-page-phone {
        right: 0;
    }

    .landing-page-download-app-buttons-container {
        right: 132px;
    }

    .landing-page-client-list {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { /*MD*/
    .landing-page-phone {
        right: 0;
    }

    .landing-page-download-app-buttons-container {
        right: 140px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) { /*MD - LG*/
    .landing-page-phone {
        right: -120px;
    }

    .landing-page-download-app-buttons-container {
        right: 123px;
    }
}