html, body {
    background-color: #f5f5f5;
}

div.login_form {
    position: relative;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 205px;
    width: 410px;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.4);
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background-color: white;
}