﻿.divSeperatorH2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 20px 0 40px;
}

    .divSeperatorH2 span {
        /* Opaque background masks the h2 border-bottom so the line appears to
           break around the text. Must match the page background per theme -
           the dark override lives in login_dark.css. */
        background: #fff;
        padding: 0 10px;
    }

#ssoProviders {
    transform: translate3d(0px, 34px, 0px) !important;
    width: 100% !important;
}

.loginPanel {
    padding: 1rem 2rem !important;
}
