body {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#wrapper {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100%;
}

#wrapper h1 {
    margin-top: 50px;
    font-size: 45px;
    color: white;
}

#wrapper p {
    font-size: 16px;
}

#logout_form input[type="submit"] {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: auto;
    margin-top: 10px;
    height: 40px;
    font-size: 10px;
    background: none;
    background-color: black;
    box-shadow: 0px 0px 22px 0px black;
    border: 2px solid white;
    color: white;
}

#login_form {
    margin-top: 200px;
    background-color: white;
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #3B240B;
    border-radius: 23px;
}

#login_form h1 {
    margin: 0px;
    font-size: 25px;
    color: #8A4B08;
}

#login_form input[type="password"] {
    width: 250px;
    margin-top: 10px;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
}

#login_form input[type="submit"] {
    width: 250px;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    background-color: #8A4B08;
    border: none;
    box-shadow: 0px 4px 0px 0px #61380B;
    color: white;
    border-radius: 3px;

}

#login_form p {
    margin: 0px;
    margin-top: 15px;
    color: #8A4B08;
    font-size: 17px;
    font-weight: bold;
}


.image {
    width: 70%;
    height: auto;
    border: 3px solid white;
    box-shadow: 0px 0px 22px 0px black;
}
