header a img {
    width: 200px;
}

.logoHome {
    display: block;
    margin: 0 auto 20px auto;
    width: 180px;
}

.whitespace-pre-wrap {
    white-space:normal;
}

#email-status-message {
    text-align: center !important;
    width: 100% !important;
    background-color: #f00;
    padding: 10px !important;
    color: #fff;
}

#password-success-message {
    text-align: center !important;
    width: 100% !important;
    background-color: #437043;
    padding: 10px !important;
    color: #fff;
}

#loading-indicator {
    text-align: center !important;
    width: 100% !important;
    background-color: #FFED29;
    padding: 10px !important;
	color: #000 !important;
}