html, body {
    height: 100%;
    width: 100%;
    font-size: 1em;
}

body {
    position: relative;
    background: #cccccc url("../images/bg.jpg") left top / cover no-repeat; 
}

.page-wrapper {
    height: 100%;
}

.f-form-helper {
}

.f-login-box, .f-auth-box {
    border: 1px solid #c1c1c1;
    padding: 20px;
    border-radius: 7px;
    background-color: #f7f7f7;
}

.f-input {
    height: 65px !important;
    font-size: 2.5em !important;
    font-weight: bold !important;
}

.f-image-wrapper img {
    width: 120px;
    height: 120px;    
}