
h1 {
    color: #555;
    font-family: "Open Sans",arial;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.centered {
    color: #555;
    font-family: "Open Sans",arial;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.submitUp {
    margin-top: 20px;
    text-align: center;
}

.background_box {
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto 25px;
    padding: 40px;
    width: 274px;
    clear: both;
}



input[type=text] {
    padding: 8 8px;
}
input[type=password] {
    padding: 8 8px;
}

input[type=submit] {
    padding:5px 15px; background:#ccc; border:0 none;
    cursor:pointer;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #005a98;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
/*
-webkit-border-radius: 5px;
border-radius: 5px; 
*/

}

input[type=button] {
    padding:5px 15px; background:#ccc; border:0 none;
    cursor:pointer;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #005a98;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
/*
-webkit-border-radius: 5px;
border-radius: 5px; 
*/

}
