/* ロゴ */
.header-logo {
    width: 100%;
    background-image: url(../img/product-logo.png);
    height: 70px;
}

.pf-c-form-control:focus {
    border: 1px solid #9a003d;
    background-color: #fff;
    outline: 0;
}

.login-pf-page .login-pf-header {
    margin-right: 40px;
    margin-bottom: 10px;
}

.pf-c-button.pf-m-primary {
    background-color: #9a003d;
}

.sophia-title {
    font-family: mrs-eaves-roman-lining, serif;
    color: #9a003d;
    text-align: center;
    font-weight: bold;
}

.sophia-title > div:first-child {
    font-size: 21px;
    line-height: 1;
}

.sophia-title > div:last-child {
    font-size: 17px;
    margin-bottom: 26px;
}
