﻿.blueBannerHeader {
    background: #00175A;
    height: 85px;
    width: 100%;
}

.welcomeText {
    font-size: 20px;
}

.main-Landing-div {
    padding: 40px 90px;
}

.amexBanner {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0px 90px;
}

.button-section {
    margin-top: 32px;
    margin-bottom: 16px;
}

.button-section a {
    padding: 12px 20px;
    background-color: #00175A;
    color: white;
    font-size: 20px;
    width: 150px;
    display: block;
    text-align: center;
}

.button-section a:hover, .button-section a:focus {
    text-decoration: none;
}

.forgotpassword {
    font-size: 16px;
    text-decoration: none;
}

.LoginScreenshot {
    margin-bottom: 16px;
    height: 506px;
}

.span-red {
    color: red;
}
