body {
    font-family: Helvetica, sans-serif !important;
    color: #666;
    font-size: 15px;
}

#wrapper-inner {
    width: 75%;
    box-shadow: 0px 0px 4px #888;
    background: #FFF;
    max-width: 500px;
    min-width: 300px;
    margin: auto;
    padding: 0px 25px 25px 25px;
    border-bottom: 1px solid #74C7D5;
    border-top: 10px solid #74C7D5;
}

#footer {
    display: none;
}

.uk-form-label {
    font-size: 15px;
    color: #666;
}

@media (min-width: 960px)
{

    .uk-form-horizontal .uk-form-controls {
        margin-left: 155px;
    }

    .uk-form-horizontal .uk-form-label {
        width: 140px;
    }
}

.btn-forgotten {
    float: left;
    line-height: 30px;
    height: 30px;
    display: block;
}

input.uk-form-width-large {
    width: 376px;
    border: 1px solid #EEE;
    background: #FFF;
}

.title {
    color: #74C7D5;
    color: #2E3B4E;
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.title a {
    display: none !important;
}

a:link, a:visited {
    color: #F26522;
    text-decoration: underline;
}

a:hover, a:active {
    cursor: pointer;
    color: #F98954;
}

.page-recover label {
    width: 110px;
    float: left;
    margin-top: 5px;
}

/* Alerts */
#content > .uk-visible-small {
    display: block !important;
}

.uk-alert {
    margin-top: -10px;
    margin-bottom: 15px;
}
