* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



:root {
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-text-opacity: 1;
    --tw-ring-offset-width: 0px;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;

    --tw-scroll-snap-strictness: proximity;

}

body, html {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.2196;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    height: auto;
    overflow-x: hidden;
}


.bg_section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.element {
    width: 100%;
}

.typesetting {
    background-color: #6E53DB;
    padding: 40px 20px;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.typesetting img {
    width: 100%;
    max-width: 560px;
}

.container_wrapper {
    max-width: 500px;
    margin: auto;
}

.typesetting h3 {
    color: #FFF;
    text-align: center;
    margin: 25px 0px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.667px;
    /* 100.59% */
    letter-spacing: -0.729px;
}

.typesetting p {
    color: #FFF;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: -0.28px;
}


.brand_logo img {
    width: 100%;
    max-width: 200px;
}


.login_section {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}




.top_bg {
    max-width: 500px;
    width: 100%;
    margin: auto;
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px 30px;
}

.user_sction {
    text-align: left;
}








.brand_logo {
    margin-bottom: 30px;
}

.brand_logo img {
    width: 100%;
    max-width: 210px;
}

.user_sction h3 {
    color: #292D31;
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.061px;
    margin-bottom: 30px;
}

.user_sction p {
    color: #565C63;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2196;
}



.cont_or {
    text-align: left;
}


.cont_or p {
    color: #1A1D1F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
}


hr {
    margin: 30px 0px;
    height: 1.6px;
    opacity: 1 !important;
    background-color: #EFEFEF !important;
}

hr:not([size]) {
    height: 1.6px !important;
}

.form-control {
    border-radius: 12px;
    border: 1.6px solid #6E53DB;
    padding: 10px 15px 10px 40px;
    color: #1A1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;

    background: #FFF;
}


.form-control:hover, .form-control:focus {
    border: 1.6px solid #52BA69;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.Forgot_pass a {
    color: #6E53DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.btn_submit button {
    border-radius: 12px;
    background: #6E53DB;
    border: none;
    padding: 10px 20px;
    width: 100%;
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}


.btn_submit button:focus, .btn_submit button:hover {
    background-color: #52BA69;
    box-shadow: #52ba682d 0px 4px 16px, #52ba682d 0px 8px 32px;
}

span {
    vertical-align: middle;
}

.input_container {
    position: relative;
}

.svg_input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
}


@media screen and (max-width: 767.91px) {
    .bg_section {
        height: auto;
    }

    .typesetting {
        display: none;
    }
}


.lists li {
    list-style: none;
    display: inline-block;
    margin: 0px 6px;
}


.lists li a {
    color: #9A9FA5;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

ol, ul {
    padding-left: 0rem;
}