.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 .contents,
    .half .bg {
        width: 100%;
    }
}
.half .bg {
    background-size: cover;
    background-position: center;
}
.login-content {
    padding-top: 70px;
    text-align: center;
}
.login-content p {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.text-right{
    text-align: right;
}

.login-media {
    margin-top: 135px;
}
.login-media img {
    width: 70%;
}
.eye {
    position: absolute;
    left: 36%;
    top: 51%;
    transform: translateX(-50%);
}
.show-pass {
    cursor: pointer;
}
.show-pass {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}
div, span, ol, ul {
    scrollbar-width: thin;
}
.bg-color
{
    overflow: hidden;
}
.login-form
{
    padding: 70px 30px;
}
.login-btn
{
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #334151;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}