body{
    font-size: 1rem;
    line-height: 1.5;
}



#login-form-wrapper p{
    font-size: 0.9rem;
}


    #login-form-wrapper .tab-content {
        border-bottom: 1px solid #c5c7c9;
        border-right: 1px solid #c5c7c9;
        border-left: 1px solid #c5c7c9;
    }

        #login-form-wrapper .list-link {
            list-style: none;
            font-size: 0.9rem;
        }


        #login-form-wrapper form button img {
            max-width: 40px;
            border-right: 1px solid #347cae;
            padding-right: 10px;
            margin-right: 10px;
        }

        #login-form-wrapper ul.nav-tabs li.nav-item a.nav-link img {
            background-color: #06c;
            max-width: 2rem;
        }
        