/* ======================================== 
    This file is for overriding authenicate pages
==============================================  */




body.outer .outer-form-container h2:after {
    content: none;
}

h2.tag-line:before {
    background: #536061;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto 20px;
    width: 60px
}

body.outer .outer-form-cell {
    width: 672px;
    padding-inline: 80px;
    margin-top: auto;
    margin-bottom: auto;
}

body.outer h1 img {
    max-width: initial;
}

.login-button, .restore-button {
    width: 100%;
}

body.outer .outer-form-cell {
    border-right: 0 !important; 
}