body.body-login-phi{
    background-color: #287299;
}
li.li-home-phi{
    margin-left: 40px;
}

div.div-userId-phi{
    margin-top:20px;
}

.g-recaptcha{
    transform:scale(0.85);transform-origin:0 0;
}

div.div-phicard{
    padding-right: 1rem; padding-left: 2rem; margin-top: -4rem; position: relative; width: 60%;
}

h2.h2-phicard{
    font-style: italic; color: #1b507a;
}

img.img-ecard-phi{
    margin-right: 1rem;
}

.microsoft-sign-in-container {
    margin: 10px 10px 10px 20px;
    position: relative;
}

.divider::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #033162;
    position: absolute;
    margin-top: -10px;
}

.microsoft-sign-in-button {
    display: flex;
    align-items: center;
    background-color: #033162;
    color: #FFF;
    width: 100%;
    height: 40px;
    border: 0 none;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 30px;
    font-size: 14px;
    text-decoration: none;
}

.microsoft-logo {
    width: 20px;
    height: auto;
    margin-left: 10px;
}

.button-text {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}