[v-cloak] {
    display: none;
}

body {
    height: 100%;
}

.member-login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    margin: auto;
}

.member-login {
    width: 600px;
}

.member-login h2 {
    color: hsla(0, 0%, 50%, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.member-login .md-title {
    font-size: 45px;
    font-weight: 100;
    position: relative;
    top: 5px;
}

.login-logo {
    background-image: url(/themes/cfa/assets/css/cfa.png);
    background-repeat: no-repeat;
    border-right: 1px solid hsla(0, 0%, 50%, 1);
    margin-right: 11px;
    height: 45px;
    width: 81px;
}

.login-button {
    background-color: #8e0028!important;
    border-radius: 18px;
    color: #fff!important;
    margin: 16px 0;
    width: 250px;
}

.login-button-container {
    margin-top: 12px;
    text-align: center;
}

.login-secondary-actions-container {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.md-theme-default a:not(.md-button) {
    color: #272727;
}

.md-theme-default a:not(.md-button):hover {
    color: #272727;
    text-decoration: none;
}
