﻿html{
    height: 100%;
    width:100%;
}

body{
    height: 100%;
    width:100%;
}

.container {
    display: grid;
    height: 100%;
    width: 100%;
    justify-content:center;
    align-content: center;
}


.msgbox {
    height: 300px;
    width: 500px;
    border: 8px solid #005581;
    border-radius: 8px;
    background-color: ghostwhite;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 1.5em;
    font-family: arial;
    text-align: center;
}

    .msgbox .sub {
        font-size: .85em;
        padding-top: 1em;
    }

    .homeback {
        background: url('../images/liuna-campus.jpg') 50% 50% no-repeat;
        background-size: cover;
        /*height: 100vh;*/
    }
