@charset "utf-8";

/* CSS Document */
.todd-h1 {
    color: #2ca31d;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2em;
}

.todd-h2 {
    color: #4a4a4a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2em;
}

.todd-h3 {
    color: orangered;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2em;
}

.todd-p1 {
    color: #0B0000;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-p2 {
    color: #6e6e6e;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-p3 {
    color: orangered;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-p6 {
    color: #6e6e6e;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-p7 {
    color: #585858;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-p4 {
    color: orangered;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-t1 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.todd-no-gutters {
    margin-left: 0;
    margin-right: 0;
    margin-top: 70px;
}

.todd-img-fluid {
    height: auto;
    margin-top: 70px;
    max-width: 100%;
}

.todd-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.todd-li {
    height: 30px;
    margin: 10px 10px 24px 0px;
}

.todd-navbar-brand {
    display: inline-block;
    font-size: 12px;
    line-height: inherit;
    margin-right: 1rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    white-space: nowrap;
}

.navbar-brand {
    display: inline-block;
    font-size: 1.2rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    white-space: nowrap;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../../img/h3.png");
}

.gototop {
    background: #F63E3E;
    bottom: 20px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: verdana;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.loginTitle {
    padding: 26px 12px 0 12px;
    text-align: center;
    width: 100%;
}

.loginTitle img.TMLogo {
    height: auto;
    max-width: 56px;
}

.loginTitle h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0;
    padding: 16px 0 20px 0;
}

.loginTitle h3.loginH3 {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0 18px 0;
}

.loginTitle h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 14px;
}

.loginTitle h4.loginH4 {
    color: #29903e;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
}

.loginTitle h5.loginH5 {
    color: red;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}

.loginTitle p {
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
}

@media screen and (max-width: 1199.98px) {
    .navbar-brand {
        display: inline-block;
        margin-right: 0.5rem;
        padding-bottom: 0.3125rem;
        padding-top: 0.3125rem;
        font-size: 1rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .bg-dark {
        font-size: 14px;
    }

    .mf-service-list {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .navbar-brand {
        display: inline-block;
        font-size: 2rem;
        line-height: inherit;
        margin-right: 0.5rem;
        padding-bottom: 0.3125rem;
        padding-top: 0.3125rem;
        white-space: nowrap;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }
}

@media screen and (max-width: 575.98px) {
    .navbar-brand {
        display: inline-block;
        font-size: 1rem;
        line-height: inherit;
        margin-right: 1rem;
        padding-bottom: 0.3125rem;
        padding-top: 0.3125rem;
        white-space: nowrap;
    }

    #formContent {
        margin-top: 60px;
        width: 94%;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }
}