body {
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;*/
    background: #f4f8f9;
}

.circle {
    background: #0fae8d;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}

.circle.medium {
    height: 80px;
    width: 80px;
}

.circle.big {
    height: 120px;
    width: 120px;
}

.circle.colored {
    opacity: 0.5;
}

.colored, .circle {
    /* background: #0f6b57; */
    background: #0fae8d;
    /* background: #2E3B4E; */
    /* background: #34a9df; */
    /* background: #943a9e; */
}

.circle:first-child {
    right: -20%;
}

.circle:nth-child(2) {
    left: -40%;
    top: 35%;
}

.circle:nth-child(3) {
    left: -20%;
    top: -10%;
}

#content {
    padding: 30px 30px 50px;
    background: #fff;
    min-width: 420px;
}

#wrapper-inner {
    align-items: center;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    border-radius: 3px;
}

.uk-form input.uk-form-width-large {
    border: none;
    border-bottom: 1px solid #e9edef;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 0px 20px #fff;
    color: #333;
}

.uk-form-controls {
    margin-left: 0 !important;
}

.uk-form .uk-button {
    margin: auto;
    width: 180px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    margin: auto;
    background: #0fae8d;
    font-weight: normal;
}

.uk-form .uk-button:not(:first-child) {
    margin-left: 8px;
}

.uk-form label,
.main-title .divider {
    display: none;
}

.uk-form .page-recover label {
    display: inline;
}

input[type="radio"] {
    margin-right: 10px;
}

.uk-form-row:last-child {
    margin: 30px 0;
    text-align: center;
}

.main-title h1 { 
    text-align: center;
    font-size: 28px;
}

.main-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.btn-forgotten {
    color: #079a7c;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.btn-forgotten:hover {
    color: #0fc7a2;
}