body {
}

#loginForm {
    height: 100%;
}

.customerLogin {
    text-align: center;
    margin-bottom: 16px;
    font-size: 28px;
    font-family: Source Sans Pro, Arial, sans-serif;
}

.mainFieldSet {
    box-shadow: 0px 0px 30px rgba(62, 60, 101, 0.3);
    width: 30%;
    margin: 0 auto;
}

.inputText {
    width: 95%;
    height: 25px;
}

#signin {
    width: 100px;
    height: 30px;
}

.authenticationFailure {
    font-size: 12px;
    color: red
}