html,
body {
    /* max-width: 100vh; */
    overflow: hidden;
}



.bg {
    position: relative;
}

.heading-text {
    color: white;
    font-size: 42px;
    font-weight: 700;

}

.heading-lines {
    color: #9A9A9A;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.btn-signin button {
    background-color: #0F62FE;
    color: white;
    border-radius: 8px;
    width: 100%;
    height: 47px;
    border: unset;
}

.btn-signin button:hover {
    color: #0F62FE;
    background-color: white;
    border: 1px solid #0F62FE;
}

.signup_bg {
    background-repeat: no-repeat;
    background-image: url("../../../../dist/default/assets/images/vms_bg_left.jpeg");
    background-size: cover;
    background-position: center;
}

.overlay_signup {
    background-color: rgba(6, 16, 70, 0.22);
    backdrop-filter: blur(293px);
    height: 100vh;
    /* width: 100vh; */
}

.sign_up {
    position: absolute;
    top: 22%;
    bottom: 0;
    left: 35px;
    right: 30px;
}

/* .sign_up .white-logo{
    margin: 0 auto;
 } */
.login-form {
    position: absolute;
    left: 33%;
    width: 35%;
}

.input-cover {
    position: relative;
}

.input-cover .form-control {
    background-color: #F4F8F5;
    border: unset;
    height: 50px;
}

.input-cover .form-control:focus {
    border: 2px solid #0F62FE !important;
    box-shadow: unset;
}

input[type="password"] {
    padding-right: 35px;
}

.form-control::-webkit-input-placeholder {
    color: #A1AFF7;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #A1AFF7;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #A1AFF7;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #A1AFF7;
    opacity: 1;
}

.form-control::placeholder {
    color: #A1AFF7 !important;
    opacity: 1;
}


@media (max-width: 768px) {
    .signup_bg {
        height: 100vh;
    }

    .login-form {
        left: 4%;
        width: 91%;
    }
    .gess-logo , .beacon-logo{
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 912px) {
    .login-form {
        left: 19%;
        width: 65%;
    }
}