﻿html {
    margin: 20px 5% 5% 5%;
}

#index-main-title1 {
    border-bottom: solid 3px rgba(0,166,128,0.6);
    position: relative;
    color: rgb(0,46,119);
    font-size: 36px;
    font-weight: 900;
}

    #index-main-title1::after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px rgb(237,109,70,1.0);
        bottom: -3px;
        width: 20%;
    }

#index-main-title2 {
    text-indent: 3em;
    color: rgb(0,46,119);
    font-size: 18px;
}

.index-main-info-div {
    max-width: 800px;
    margin-left: 30px;
    text-indent: -1em;
    font-size: 14px;
}

#index-login-card-header {
    background-color: cornflowerblue;
    font-weight: 400;
}

#index-main-auth-div1 {
    color: red;
    font-size: 14px;
}

#index-main-auth-div2 {
    font-size: 14px;
}

#index-main-version-div {
    text-align: right;
}

.badge {
    background-color: orangered;
}

.scroller {
    height: 200px;
    overflow-y: scroll;
}
