 .homeNewLoginBox{
    width: 1120px;
    top: 73%;
    box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 30px;
    position: unset;
    transform: unset;
}
.BLK_FPW .FP .showActForm{
    color: #00B4F1;
}
.loginSection{
    display: flex;
    width: 97%;
    padding: 15px;
}
.loginClipart{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
}
.homeNewLoginBox form{
    width: 48%;
    padding: 25px 40px;
}
.homeNewLoginBox input[type=text],.homeNewLoginBox input[type=password]{
    padding: 3px 0px 0 0;
    margin: 8px 0px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
    width: 100%;
    text-indent: 25px;
    outline: unset;
}
.homeNewLoginBox .giconsDiv{
    position: absolute
}
.homeNewLoginBox .close{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    /* margin-top: 12px; */
    color: black;
    font-weight: bold;
}
.homeNewLoginBox input[type=submit]{
    cursor: pointer;
    width: 100%;
    height: 40.15px;
    top: 154.43px;
    left: 13px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    text-indent: 0;
}
.homeNewLoginBox li{
    padding: 10px;
}
.loginForm  h3{
    display: flex;
    justify-content: center;
}
.HM p{
    float: left;
    margin: 0;
    font-weight: bold;
    margin-right: 10px;
}
.HM a{
   color: #00B4F1;
}
.BLK_LGN .FP{
    float: right;
    margin-bottom: 20px;
    color: #00B4F1;
}
.BLK_LGN .HM{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 50%;
    
}
.homeNewLoginBox a{
    cursor: pointer;
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
     .homeNewLoginBox{
        width: 90%;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 130px;
        margin-bottom: 30px;
        position: unset;
        transform: unset;
    }
    .loginSection {
        display: flex;
        flex-direction: column;
        width: 92%;
        padding: 15px;
     }
    .loginClipart {
        display: none;
        width: 100%;
        background: #F2F2F2;
     }
     .loginClipart img{
        width: 100%;
        height: 300px;
     }
     .homeNewLoginBox form {
        width: 100%;
        padding: 0px; 
     }
     .signuplink{
        display:none;
    }

}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .homeNewLoginBox{
        width: 95%;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 130px;
        margin-bottom: 30px;
        position: unset;
        transform: unset;
    }
    .loginClipart img{
        width: 365px;
     }
    .BLK_FPW .FP .showActForm{
        color: #00B4F1;
    }
    .loginSection{
        display: flex;
        width: 97%;
        padding: 15px;
    }
    .loginClipart{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F2F2F2;
    }
    .homeNewLoginBox form{
        width: 48%;
        padding: 25px 40px;
    }
    .homeNewLoginBox input[type=text],.homeNewLoginBox input[type=password]{
        padding: 3px 0px 0 0;
        margin: 8px 0px;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid black;
        font-size: 16px;
        width: 100%;
        text-indent: 25px;
        outline: unset;
    }
    .homeNewLoginBox .giconsDiv{
        position: absolute
    }
    .homeNewLoginBox .close{
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 10px;
        /* margin-top: 12px; */
        color: black;
        font-weight: bold;
    }
    .homeNewLoginBox input[type=submit]{
        cursor: pointer;
        width: 100%;
        height: 40.15px;
        top: 154.43px;
        left: 13px;
        border-radius: 5px;
        background: #00B4F1;
        color: white;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
        border: none;
        text-indent: 0;
    }
    .homeNewLoginBox li{
        padding: 10px;
    }
    .loginForm  h3{
        display: flex;
        justify-content: center;
    }
    .HM p{
        float: left;
        margin: 0;
        font-weight: bold;
        margin-right: 10px;
    }
    .HM a{
       color: #00B4F1;
    }
    .BLK_LGN .FP{
        float: right;
        margin-bottom: 20px;
        color: #00B4F1;
    }
    .BLK_LGN .HM{
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        width: 50%;
        
    }
    .homeNewLoginBox a{
        cursor: pointer;
    }
    
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .homeNewLoginBox{
        width: 90%;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 130px;
        margin-bottom: 30px;
        position: unset;
        transform: unset;
    }
        .loginSection {
        display: flex;
        flex-direction: column;
        width: 92%;
        padding: 15px;
     }
    .loginClipart {
        display:none;
     }
     .homeNewLoginBox form {
        width: 100%;
        padding: 0px; 
     }
     .BLK_LGN .HM {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0px auto;
        /* display: flex; */
        width: 70%;
        justify-content: center;
    }
    .signuplink{
        display:none;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
    .homeNewLoginBox{
        width: 95%;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 130px;
        margin-bottom: 30px;
        position: unset;
        transform: unset;
    }
     .loginClipart img{
        width: 365px;
     }
    /*.signuplink{*/
    /*    display:none;*/
    /*}*/
}