﻿th {
    text-align: center;
}

.loginName {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    padding-right: 1%;
}

/*.container {
            padding: 2rem 0rem;
        }*/

h4 {
    margin: 2rem 0rem 1rem;
}

.table-image
td, th {
    vertical-align: middle;
}

table tr td a :hover {
    cursor: pointer;
}

.wait_process {
    color: darkblue;
}

.approve {
    color: blue;
}

#masthead {
    width: 100%;
    background-color: #3C3963;
    /*height: auto;*/
    /*background-image: url('../../Image/scenery.png');*/
    /*background-repeat: repeat-x;*/
    background-repeat: no-repeat;
    background-size: 300px 100px;
}

.brand {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;*/
    /*padding: 10px;*/
}

    .brand span {
        color: white;
        font-weight: bold;
        font-size: 3vw;
        padding-left:2%;
    }
img#brand {
    width: 20%;
    height: auto;
}
.login a {
    color: white;
}
.QRcode {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .brand {
        margin: auto;
        width: 100%;
        /*border: 3px solid green;*/
        /*padding: 10px;*/
    }

    .brand span {
            color: white;
            font-weight: bold;
            font-size: 5vw;
    }
    img#brand {
        /*width: 30%;*/
        height: auto;
    }
    body {
        font-size: 60%;
    }
    .QRcode {
        width: 50%;
        height: auto;
    }
}
