﻿body {
    background-color:#ffffff;
    text-align: center;
    font-family: 'Myriad Web Pro', sans-serif;
    in
}
#body {
    width:100%;
}
h1 {
    color:#ffffff;
    font-size:1em;
    line-height:2em;
    background-color:#639ec8;
}
#logo {
    width:100%;
    margin-bottom:20px;
    margin-top: 25px;
}
#title {
    background-color:#639ec8;
    font-size:1em;
    line-height:2em;
    color:#ffffff;
    margin-bottom:25px;
}
.form {
    font-size:1em;
}
input[type="text"] {
    width: 200px;
}
#welcome-message {
    font-size: .8em;
    width: 80%;
    color: #639ec8;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    text-align:center;
}

