@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

#login_form {
    position: relative;
    float: left;
    text-align: center;
    margin-left: calc(50% - 200px);
    width: 400px;
    height: 200px;
    border: 1px solid black;
    border-radius: 10px;
}