section.main_logSec {
    background: #27AAE1;
    width: 100%;
    height: 100%;
    position: absolute;
}
.login_main {
    background: url(https://www.justmakeinindia.com/white-future/images/login_form_background.png);
    width: 850px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

div#signup {
    display: none;
    height: 100%;
}

.tab-content {
    width: 400px;
    padding: 20px 30px 20px 30px;
    position: absolute;
    background: #ffffff;
    height: 520px;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
div.tab-content input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.field-wrap span {
    font-size: 13px;
}
div#signup h1 {
    font-size: 24px;
    color: #878787;
    text-align: center;
    margin-bottom: 30px;
}
div#login h1 {
    font-size: 24px;
    color: #878787;
    text-align: center;
    margin-bottom: 30px;
}
.field-wrap {
    margin-bottom: 10px;
}
.loginForm_btn {
    border: none;
    background: #009eff;
    color: #ffffff;
    padding: 8px 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 600;
    bottom: 25px;
}
div.tab-content input:focus-visible {
    outline: none !important;
    border-bottom: 1.9px solid #009eff;
}
p.forgot {
    font-size: 14px;
    margin: 0;
    text-align: right;
}
p.forgot a {
    text-decoration: none;
    color: #009eff;
    font-weight: 500;
}
.form {
    height: 100%;
    position: relative;
}
ul.tab-group {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 0px;
}
ul.tab-group li {
    list-style: none;
    margin-bottom: 5px;
    padding: 12px 5px 12px 10px;
}
ul.tab-group li a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
li.tab.active {
    background: #1399ec;
    border-left: 2px solid #ffffff;
}
.from_logo {
    width: 200px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.from_logo img {
    width: 100%;
}
@media (max-width: 767px) {
    /* section.main_logSec {
        background: #ccc;
        width: 100%;
        height: 100%;
        position: absolute;
    } */
    section.main_logSec {
        background: #ffffff;
    }
    .form {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 12px 0 0 0;
    }
    ul.tab-group {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding-left: 0px;
        /* width: 110px; */
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }
    .tab-content {
        width: 90%;
        padding: 20px 20px 20px 20px;
        position: fixed;
        background: #ffffff;
        height: auto;
        top: 54%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        border-radius: 15px;
        margin: 0 auto;
        box-shadow: 0 10px 10px -5px #afafaf;
    } 
    .login_main {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        top: unset;
        transform: unset;
        border-radius: 0;
        height: 55%;
    }
    .loginForm_btn {
        position: relative;
        bottom: 0;
    }
    ul.tab-group li {
        padding: 7px 7px;
    }
}


