body {
    background-image: url("../images/brick-wall.jpg");
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    color: azure;
}

#title {
    width: 460px;
    height: 50px;
    position: relative;
    margin: auto;
    top:100px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 50px;
}

#form-container {
    border: 1px solid grey;
    width: 360px;
    height: 180px;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    
}

p {
    text-align: center;
}

label {
    float: right;   
}

input[type="text"], input[type="password"] {
    width: 200px;
    height: 30px; 
    
}

input[type="submit"] {
    float: right;
    clear: both;
    border: 2px solid #E05151;
    padding: 5px 10px !important;
    font-size: 14px !important;
    background-color: #E05151;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}