.loginbox  {
    padding: 0 !important;
}

.login-container-override {
    margin-top: 12%;
}

.loginbox-title-override {
    background: #006B69;
    height: auto !important;
    padding: 0.7em 0em 0.5em 0em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome-title {
    font-size: 22px;
    color: white;
    font-family: sans-serif;
}

.title-span {
    font-size: 32px;
    color: white;
    font-family: sans-serif;
}

.title-span-image {
    height: 42px;
    vertical-align: text-bottom
}

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

.google-button {
    margin: 20px 0 20px 0;
    display: flex;
    height: 40px;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2px 0 0 2px;
}

.google-logo {
    height: 40px;
}

.google-button-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4285F4;
    color: white;
    flex-grow: 1;
    height: 40px;
    font-size: 15px;
    border-radius: 0 2px 2px 0;
}

.google-button:hover {
    text-decoration: underline;
    text-decoration-color: #4285F4;
}

.google-button-text:hover {
    text-decoration: underline;
    text-decoration-color: #599aff;
    background: #599aff;
}