        body {
            /*background-color: #555b5f;*/
            background-color: #383838;
            color: #fff;
            font-family: Arial;
            margin: 0;
        }

        .w3-bar.w3-black {
            display: flex;
            justify-content: center;
            box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
        }

        .w3-bar.w3-black {
            border-bottom: 0 solid #ccc;
            padding-left: 0;
            color: #111;
            display: flex;
            justify-content: center;
            top: 0;
            width: 100%;
            margin-top: 0;
            background: #424242;
            min-height: 50px;
            align-items: center;
        }

        /*.w3-bar-item.w3-button.tablink {
            display: inline-block;
            list-style: none;
            margin-bottom: -1px;
            padding: 0.5rem 0.75rem;
            cursor: pointer;
            font-weight: 700;
            width: 100%;
            text-align: center;
            color: #000;
            border-bottom: 3px solid #424242;
            border-radius: 0;
        }*/

        .w3-bar-item.w3-button.tablink {
            display: inline-block;
            list-style: none;
            margin-bottom: -1px;
            padding: 1rem 0.75rem;
            cursor: pointer;
            font-weight: 700;
            width: 100%;
            text-align: center;
            color: #000;
            border-bottom: 3px solid #424242 !important;
            border-radius: 0;
            background: #424242;
            border: 0;
            color: hsla(0, 0%, 100%, 0.7);
            font-size: 15px;
        }

        .w3-bar-item.w3-button.tablink.w3-red {
            border: 0;
            color: #1d9dea;
            border-bottom: 3px solid #1d9dea !important;
            /*height: 50px;*/
        }

        :focus {
            outline-style: none;
            box-shadow: none;
            border-color: transparent;
        }

        .header-cont {
            /*background-color: #5085ed;*/
             /*background-color: #121212;*/
             background-color: #1d9dea;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        h2 {
            margin: 0;
            color: #424242;
            color: hsla(0, 0%, 100%, 0.7);
            font-size: 16px;
        }

        .container-body {
            padding: 30px 20px 30px 20px;
        }

        .icons img {
            max-width: 80px;
        }

        .icons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            
            max-width: 600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
            grid-gap: 1rem;
        }

        article {
           /* margin: 0 20px;*/
            display: flex;
        }

        .icons a {
            color: #fff;
            text-decoration: none;
            text-align: center;
        }
        
        article p {
            margin-top: 5px;
        }
        
        


        .container-body {
            padding: 30px 20px 30px 20px;
            text-align: center;
        }

        
        input#user,
        input#keypass {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 2.1428571em;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: border-color .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    -webkit-appearance:none;
}
input#submit {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0,0,0,.6);
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    padding: 10px 25px;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
    background: #1d9dea;
    color: #fff;
    -webkit-appearance:none;
}

.logout {
    font-size: 13px;
}        
        
        
        
        
        