
.container {
    width: 1200px;
    
    height: 800px;
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;  
    
    text-align: center;
}

.logo{
    width: 400px;
    
}

.sidelogo{
    width: 800px;
    height: 200px;
    text-align: left;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}

.sidelogo_image{
    height: 200px;
}

h2{
    font-family: Calibri;
}

.form_container {
    padding: 10px;
    border-radius:20px;
    margin: auto;
    width:400px;
    height:240px;
    background-color: #D6E3EF;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    box-shadow: 5px 5px 2px #888888;
}

.form_cells{
    width: 320px;
    text-align: right;
}
label{
    font-weight: bold;
}

button{
    border-radius: 10px;
    border-bottom-color: darkblue;
    border-width: 2px;
    font-weight: bold;
    color: darkblue;
    font-size: 20px;
    width: 250px;
    height: 40px; 
}
