.marketing-hub-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 32px;
    font-weight: 700;
    color: #0078D6;
    text-align: center;
    margin: 2rem 0rem 1rem 0rem;
}

.login-header {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: .875rem;
    font-weight: 400;
    color: #1D1E20;
    text-align: center;
    margin-bottom: 1rem;
}

.error-msg {
    color: red;
    max-width: 750px;
}

input.prac-login-input {
    display: block;
    width: 300px;
    margin: 0 auto 24px auto;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23)
}

button.prac-login-button,
button.prac-login-button:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF6200;
    color: white;
    font-family: 'Open Sans';
    width: 100%;
    padding: .5rem 1rem;
    border: none;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 100px;
    margin: .5rem 0rem .25rem;
    transition: all .5s;
}

button.prac-login-button:hover {
    opacity: .8;
    background-color: #FF6200 !important;
}

.prac-forgot-password {
    text-align: center;
    margin-bottom: 2rem;
}

.prac-forgot-password a {
    color: #0092D2;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.prac-register-info {
    font-family: var(--e-global-typography-secondary-font-family);
    width: 750px;
    color: rgba(0, 0, 0, 0.38);
    text-align: center;
    font-size: 14px;
}

.prac-register-info a {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
}