body,html {
    background: #2A3F54;
}

.uk-button {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    width: 97px;
    float: right;
    margin-right: 0px;
    margin-left: 12px;
    
    color: #fff;
    background: #337ab7;
    border: 1px solid #2e6da4;
    
    text-shadow: none;
    color: #fff !important;
}

#wrapper-top {
    height: 150px;
}

#wrapper-top-small {
    height: 0px;
}

#wrapper-outer {
/*    margin-top: 14%;*/
}




#wrapper-inner {
    box-shadow: 0px 0px 4px #333;
    background: #FFF;
    width: 75%;
    max-width: 450px;
    min-width: 300px;
    border: none;
    padding: 0px 30px 30px 30px;
}

.uk-form>:last-child {
    margin-top: 25px;
}

.title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #F26522;
}


@media (min-width: 960px)
{
    .uk-form-horizontal .uk-form-label {
        width: 110px;
    }

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

.uk-form input.uk-form-width-large {
    border: 1px solid #ccc;
}

.main-title .divider {
    display: none;
}

#content {
    padding: 15px 0px 0px 0px;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=number], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=color]
 {
    border-radius: 0px;
 }
 
 .uk-button:link, .uk-button:visited, .uk-button:hover, .uk-button:active {
    color: #fff;
    background: #286090;
    border: 1px solid #204d74;
 }
 
 a:link, a:visited {
    color: #0487cc;
 }
 
 a:hover, a:active{
    color: #2dacef;
 }
 
 .page-recover {
    margin: 0px !important;
 }
 
 #content {
    border: none;
 }