﻿
* {
    box-sizing: border-box;
}

.container{
    height:100%;
}

.logo-div{
    width:400px;
    margin:auto;
}

.logo-div img{
/*    float:right;*/
}

.logo-div h1{
    display:inline;
    text-align:right;
}

.row4{
    display:flex;
    margin-top:1em;
}

.row2{
    margin-top:1em;
}

.x-header{
    display:flex;
    justify-content:center;
    font-size:40px;
    font-stretch:150%;
}

#form-div {
    border: 3px solid #f1f1f1;
    width: 330px;
    height: 220px;
    padding: 10px;
    margin: auto;
    background-color: #f0f0f0;
}

.error-div {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: red;
    margin-bottom: 2px;
    justify-content: center;
}

.error {
    color: white;
    text-align: center;
    font-size: 20px;
}

