
.loginContainer {
    width: 100% !important;
    display: flex !important;
    height: 100vh !important;
    overflow: hidden !important;
}

.login_left_div {
    width: 30% !important;
}

.login_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 20px;
    margin-right: 20px;
}

.login_form {
    width: 320px !important;
}

.login_right_div {
    width: 70% !important;
    /* background-image: url("/images/peop.jpg") !important;
   background-size: cover !important; */
}

.field-icon {
    float: right;
    /* margin-top: -24px; */
    position: relative;
    z-index: 2;
    left: -1rem;
}

.cursor_pointer {
    cursor: pointer;
}

.letter_spcing_1 {
    letter-spacing: 1px;
}

.bold_font_DS {
    font-family: "ProximaNovaBold";
}

h4, .h4 {
    font-size: 1.5rem;
}

.input_text {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #3c4d62;
    background-color: var(--lighter);
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(2.100rem + 1px) !important;
    /* padding: 0.6800rem 0.5rem; */
    padding: 0.6875rem 25px 0.6875rem 10px;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border-radius: 5px;
}

.btn-lg, .btn-group-lg > .btn, .dual-listbox .btn-group-lg > .dual-listbox__button {
    padding: 0.457rem 1rem !important;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border-radius: 5px;
}

.btn-primary {
    color: #f5f6fa;
    background-color: #212529;
    border-color: #212529;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #5f6061;
  border-color: #212529;
  box-shadow: 0 0 0 0rem rgb(38 143 255 / 50%);
}

.input_text {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #3c4d62;
    background-color: var(--lighter);
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(2.625rem + 2px);
    padding: 0.6870rem 35px 0.6870rem 15px !important;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border-radius: 5px;
}

@media (max-width: 1200px) {

    .login_left_div {
        width: 35% !important;
    }
    .login_right_div {
        width: 75% !important;
    }

}

@media (max-width: 900px) {
    .login_form {
        width: 320px !important;
    }
    .login_right_div {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .login_left_div {
      width: 100% !important;
    }
  
    .login_right_div {
      display: none !important;
    }
  
    .visitorCheckInOutDiv {
      width: 70% !important;
    }
  
}