body {
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.row {
    height: 100%;
    width: 100%;
}

.image-container {
    background: url(../images/background3.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    width: 50%;
}

.login-container {
    width: 50%;
    background: url(../images/variant2.png) no-repeat;
    background-size: 35%;
    background-position: 100% 125%;
}

.login-content {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 140px;
}

.login-title {
    color: #62bd5e;
    font-size: 85px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: -3px;
    text-align: center;
}

.login-details {
    text-align: center;
    display: block;
    color: #979797;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 2rem;
    background: #62bd5e;
    color: #fff;
    height: 55px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    border-radius: 12px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
    background: #62bd5e;
    color: #fff;
    border: 1px solid transparent;
}
.login-register{
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.onboarding{
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.onboarding:hover{
    color: #000;
}