.main_login {
    background-image: url(https://crm.nlet.in/assets/images/login_bg.jpg);
    background-size: 100% 100%;
    height: 100vh;
    font-family: "Maven Pro", sans-serif;
}
.logo img {
    width: 180px;
    margin-top: 50px;
}
.left_div h2 {
    color: #912386;
    font-size: 47px;
    margin-top: 60px;
    font-weight: bolder;
}
.left_div p {
    font-size: 28px;
    color: #912386;
}
p.account {
    color: #d90f90;
    font-size: 23px;
    font-weight: 600;
    margin-top: 70px;
}
p.take {
    font-size: 18px;
    color: #8f2286;
    font-weight: 800;
    margin-top: 70px;
}
button.register_btn {
    background-image: linear-gradient(to right, #792a86, #b11a83);
    border: none;
    color: white;
    padding: 8px 28px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 21px;
}
button.register_btn:hover {
    opacity: 0.9;
}

label {
    font-weight: 400 !important;
    color: white;
    margin-bottom: 5px;
    font-size: 15px !important;
}
p.login {
    text-align: right;
}
button.btn.btn-login {
    background: white;
    color: #b51984;
    font-weight: 600;
    padding: 6px 15px;
}
.text-white {
    color: white !important;
}
.text-right {
    text-align: right;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: transparent;
    border-color: #e8f0fe;
}
.contact {
    margin-top: 88px;
}
label.form-check-label i {
    background: white;
    color: #b51984;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 1.5;
    border-radius: 50%;
}
.right_div {
    margin-top: 150px;
}
.m-logo {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
}

@media only screen and (max-width: 767px) {
    .left_div {
        display: none;
    }
    label {
        color: #8d2586;
        font-weight: bold !important;
    }
    .m-logo {
        display: initial;
    }
    .logo img {
        margin-top: 0;
        width: 150px;
        margin-bottom: 36px;
    }
    .right_div {
        margin-top: 38px;
    }
}
