p {
    color: #b3b3b3;
    font-weight: 300;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    text-decoration: none !important;
}
.content {
    padding: 7rem 0;
}
h2 {
    font-size: 20px;
}
.half,
.half .container > .row {
    height: 100vh;
}
@media (max-width: 991.98px) {
    .half .bg {
        height: 500px;
    }
}
.half .contents {
    width: 35%;
}
.half .bg {
    width: 65%;
}

.half .title img {
  display: none;
}

@media (max-width: 1199.98px) {
    .half .title {
      text-align: center;
    }
    .half .title img {
      width: 30vw;
      margin-bottom: 10px;
      display: inline-block;
    }

    .half .contents {
        width: 90%;
        margin: auto;
    }
    .half .bg {
      display: none;
    }
}
.half .bg .form-group,
.half .contents .form-group {
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 5px 15px;
    border-bottom: none;
}
.half .bg .form-group.first,
.half .contents .form-group {
    border-bottom: 1px solid #efefef;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 15px;
}
.half .bg .form-group label,
.half .contents .form-group label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #b3b3b3;
}
.half .bg .form-control,
.half .contents .form-control {
    border: none;
    padding: 0;
    border-radius: 0;
}
.half .bg .form-control:active,
.half .bg .form-control:focus,
.half .contents .form-control:active,
.half .contents .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.half .bg {
    background-size: cover;
    background-position: center;
}
.half a {
    color: #888;
    text-decoration: underline;
}
.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}
.btn-client-primary {
    background-color: #ff850c;
    color: white;
}
.btn-client-primary:hover {
    background-color: #ff6800;
    color: white;
}
.bg-client-secondary {
    background-color: #fdece0;
}
