html, body{
    height: 100%;
    font-family: Calibri, helvetica, sans-serif;
}

.outer-table{
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-table{
    display: table-cell;
    vertical-align: middle;
}

.center{
    text-align: center;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

hr{
    border: none;
    border: 1px solid #def9ff;
}

.standard-btn{
    padding: 8px 15px;
    background: #ec538b;
    border: 0;
    color: white;
    font-size: 1.4em;
    margin-top: 5px;
}

.logo img{
    width: 100px;
}

vhr{
    height: 1px;
    width: 10px;
    display: inline-block;
}