@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Raleway", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: "Poppins", sans-serif; */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

:root {
    --bodyfont: "Raleway", sans-serif;
    --headingfont: "Poppins", sans-serif;
    --color1: #470031;
    --color2: #971549;
    --color3: #cf455c;
    --color4: #ff9898;
    --color5: #ffeaea;
    --transition: 0.4s all ease-in-out;
}

textarea,
input {
    width: 100%;
}

.clear {
    clear: both;
}

.clear {
    clear: both;
    position: relative;
    display: table;
    width: 100%;
    content: "";
}

body {
    margin: 0;
    /* font-family: 'Montserrat'; */
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

p {
    margin: 0 0 15px;
}

button,
input[type="submit"] {
    transition: 0.4s all ease-in-out;
}

a {
    text-decoration: none;
    color: #890f06;
    transition: 0.4s all ease-in-out;
}

a:hover {
    color: #137cc1;
    text-decoration: none;
}

a,
img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* 14/9/22
    pabitra */
    font-family: "Open Sans";
}

.scroll-touch {
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
}

.scroll-auto {
    -webkit-overflow-scrolling: auto;
    /* Stops scrolling immediately */
}

/****/

.newform {
    padding-top: 155px;
    padding-bottom: 50px;
}

/* .cmnpadding {
    padding: 20px;
} */
/* .login-secc {
    height: 100vh;
    width: 100vw;
    background: url(../images/CRM-background.jpg) no-repeat center center / cover;
    background: url(../images/CRM-background.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
} */
 .login-secc {
    height: 100vh;
    width: 100vw;
    /* background: url(../images/CRM-background.jpg) no-repeat center center / cover; */
    background: url(../images/CRM-background.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: repeat;
}
.login_sec_inner {
    width: calc(100% - 700px);
    box-shadow: 4px 4px 20px -2px rgba(230, 76, 65, 0.5);
    overflow: hidden;
    border-radius: 20px;
}
.login_text {
    background: url(../images/login_bg.jpg) no-repeat center center / cover;
    height: 100%;
    padding: 100px 70px;
    position: relative;
    z-index: 2;
}
/* .login_text::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    z-index: -1;
} */
.login_text h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: var(--headingfont);
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.login_text p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--bodyfont);
    color: #fff;
}
.log_in_hldr {
    background: #fff;
    padding: 100px 80px;
    height: 100%;
}
.form_div input {
    border: none;
    padding: 10px 15px 10px 45px;
    background: var(--color5);
    border-radius: 50px;
}
.form_div input:focus-visible {
    border-color: var(--color2) !important;
}
.form_div .form-group {
    position: relative;
}
.logtop {
    margin-bottom: 30px;
}
.form_div .form-group img {
    position: absolute;
    top: 15px;
    left: 18px;
}
.form_div .form-group span i {
    position: absolute;
    top: 15px;
    right: 18px;
}
.form_div input[type="submit"] {
    padding: 10px 15px;
    color: #fff;

    background: linear-gradient(
        11deg,
        rgba(207, 69, 92, 1) 0%,
        rgb(239 133 133) 97%
    );
}
.forgotpassword {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #6352ec;
}
.error {
    color: #971549;
    font-size: 12px;
    margin: 4px 0;
}
.loginn-footer {
    position: fixed;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.loginn-footer a {
    color: #fff;
}
.loginn-footer a:hover {
    color: #fff;
}
@media (max-width: 1440px) {
    .login_text {
        padding: 50px 50px;
    }
    .log_in_hldr {
        padding: 82px 50px;
    }
    .loginn-footer {
        color: #fff;
    }
    .loginn-footer a {
        color: #fff;
    }
    .loginn-footer a:hover {
        color: #fff;
    }
    .login_text h2 {
        font-size: 36px;

        margin-bottom: 15px;
    }
    .login_sec_inner {
        width: calc(100% - 500px);
    }
    /* .login-secc {
        background: url(../images/CRM-background2.jpg) no-repeat center center / cover;
    } */
}
@media (max-width: 1366px) {
    .login_text {
        padding: 40px 50px;
    }
    .log_in_hldr {
        padding: 25px 50px;
    }
}
