.entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.tml-message {
    background-color: #fff;
    border: 2px solid #309748;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    list-style: none;
    margin-bottom: 24px;
    padding: 12px 24px;
}

.tml-message strong {
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
}

.tml-error {
    background-color: #fff;
    border: 2px solid #ea5632;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    list-style: none;
    margin-bottom: 24px;
    padding: 12px 24px;
}

.tml-error strong {
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
}

.tml-login {
    background-color: #eaf5ed;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 700px;
    padding: 24px;
}

.tml-pwd-wrap {
    margin-top: 12px;
}

.tml-label {
    color: #000;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    margin: 0;
}

.tml-field {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 2px;
    padding: 8px 12px;
    width: 100%;
}

.tml-rememberme-wrap {
    display: none;
}

.tml-submit-wrap {
    margin: 12px 0 0;
}

.tml-button {
    align-items: center;
    background-color: #309748;
    border: 2px solid #309748;
    border-radius: 24px;
    color: #fff;
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    line-height: 1.8571428571;
    min-width: 105px;
    padding: 0 10px;
    width: 100%;
}

.tml-button:hover {
    background-color: #278c3f;
    border: 2px solid #278c3f;
}

.tml-links {
    list-style: none;
}

.tml-links li {
    margin: 12px 0 0;
    text-align: center;
}

.tml-links a {
    color: #309748;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
}
@media (min-width: 992px) {

    .tml-message {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .tml-message strong {
        font-size: 1rem;
        line-height: 1.75;
    }

    .tml-error {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .tml-error strong {
        font-size: 1rem;
        line-height: 1.75;
    }

    .tml-login {
        padding: 60px 180px;
    }

    .tml-pwd-wrap {
        margin-top: 24px;
    }

    .tml-label {
        font-size: 1rem;
        line-height: 1.75;
    }

    .tml-field {
        font-size: 0.875rem;
        line-height: 1.8571428571;
        padding: 8px 24px;
    }

    .tml-submit-wrap {
        margin-top: 24px;
    }

    .tml-button {
        font-size: 1rem;
        line-height: 1.75;
    }

    .tml-links li {
        margin-top: 24px;
    }

    .tml-links a {
        font-size: 1rem;
        line-height: 1.75;
    }
}
