body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
}

.container {
    width: 300px;
    margin: auto;
    padding-top: 100px; /* Adjusts vertical spacing */
}

.page {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.logo img {
    margin: auto;
    display: block;
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.submitbutton {
    width: 100%;
    height: 40px;
    background-color: #0095f6;
    color: white;
    border-radius: 5px;
}

.submitbutton:hover {
    background-color: #0077c9;
}

.fblink {
    text-align: center;
}

.fblink a {
    text-decoration: none;
}

.forget-id {
    text-align: right;
}

.singup {
    text-align: center;
}

.disclaimer {
    position: fixed;
    bottom: 20px; /* Adjusted from 0 to give space */
    left: 0;
    width: 100%;
    text-align: center;
    color: #7e7979;
}
