* {
    color: #DDDDDD;
    background-color:maroon;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
}

.title {
    position: absolute;
    top: 75;
    left: 150;
    width: 70%; 
}

.main {
    position: static;
    top: 20%;
    left: 15%;
    width: 70%;
}

.footer {
    position: absolute;
    top: 50;
    left: 30%;
}

.FormField {
    height: 55;
}

.FormField > input {
    position: absolute;
    left: 150;
    width: 200;
}

.logo {
    border-radius: 15px;
}