﻿.half, .half .container > .row {
    height: 100vh;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 500px;
    }
}

.half .contents, .half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .bg {
        display:none;
    }
    .half .contents {
        width: 100%;
        padding:0 25px;
    }
}

    .half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
        margin-top: -20px;
    }

.half .bg {
    background-size: cover;
    background-position: center;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}
.brand {
    position: absolute;
    width: 50%;
    top: 40vh;
    text-align: center;
    color: #fff;
}

    .brand h1 {
        font-size: 18px;
    }

    .brand p {
        margin-top: 15px;
        font-size: 12px;
    }

.area {
    background: #16b293;
    background: -webkit-linear-gradient(to left, #0e967b, #16b293);
    width: 100%;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li {
        position: absolute;
        display: block;
        list-style: none;
}