body {
    background: #F5F6F7;
}

div#mf-header {
    background: #FFF;
    border-bottom: solid 3px #4e888f;
    position: fixed;
    width: 100%;
    margin-bottom: 80px;
    z-index: 100;
}

img#mf-logo {
    height: 45px;
    margin: 10px 0px;
}

h2 {
    font-weight: lighter;
    color: #666;
}

div#mf-page {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

div#mf-login-block {
    background: #FFF;
    box-shadow: 1px 1px 3px #CCC;
}

a, a:hover, a:focus {
    color: #4e888f;
}

div.mf-frm-mandatory label {
    font-weight: 700;
    color: #4e888f;
}

.form-control, .btn, .alert {
    border-radius: 2px;
}

.btn {
    font-weight: bold;
}

.btn:hover, .btn-pink {
    background-color: #4e888f;
    color: #FFF;
}

.form-control:focus {
    border-color: #4e888f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253,100,157,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(253,100,157,.6);
}

div.g-recaptcha {
    width: 305px; height: 78px; margin: auto;
}
