body {
    background-color: #aaaaaa;
}

.header {
    height: 120px;
    background-color: #ffffff;
}

header .inner {
    width: 70%;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}

header .logo a {
    display: block;
    width: 185px;
    height: 60px;
}

    header .logo a img {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

header .contact .details {
    margin-bottom: 10px;
}

header .contact .tel {
    line-height: 35px;
    color: #858585;
}

    header .contact .tel i {
        font-size: 35px;
        margin-right: 15px;
        color: #3f4752;
    }

#passwordReset .formTitle {
    color: #3f4752;
    margin-bottom: 30px;
}

    #passwordReset .formTitle h2 {
        color: #3f4752;
    }

#passwordReset .form-group .message {
    padding-left: 0px;
    padding-top: 0px;
    line-height: 1.5;
    margin-top: 0px;
    text-align: justify !important;
}

#passwordReset .alignRight {
    text-align: right;
}

#passwordReset .field-validation-valid {
    color: #ff0000;
    margin-top: 5px;
}
