.bgMain{
    min-height: 100vh;
    background: linear-gradient(110deg, #f268b1 60%, #4dc7f4 60%);
    /* background-image: conic-gradient(#4dc7f4 0deg, #246780 55deg, #a9296e 55deg, #f268b1 305deg,#64b44e 305deg); */
}

.loginPageMainIcon{
    width: fit-content;
    border-radius: 20px;
    padding: 9px;
    top: 27%;
    position: absolute;
    left: 20%;
    /* left: 22%; */
    text-align: center;
    box-shadow: 1px 1px 10px #ee3a99;
    /* background: #f8f9fa; */
    color: #444;
}

.loginPageText{
    width: fit-content;
    border-radius: 20px;
    padding: 9px;
    top: 27%;
    position: absolute;
    /* left: 10%; */
    /* left: 22%; */
    /* text-align: center; */
    /* box-shadow: 1px 1px 10px #ee3a99; */
    color: #1a1a1a;
    /* color: #444; */
    /* background-color: #fff3;
    padding: 40px; */
}

.loginPageHeading{
    font-size: 55px;
    font-weight: bolder;
}
.loginPageSubHeading{
    font-size: 35px;
    color: #424242;
    /* font-weight: bolder; */
}

.register-img-con{
    background-image: url("./registerimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}
.register-container{
    position: absolute;
    right: 48px;
}
.login-container{
    /* background: url('./map.svg'); */
    background-size: cover;
    background-position: center center;
    height: 100vh;
}



@media screen and (max-width: 991px){
    .register-img-con{
        display: none !important;
    }
    .register-container{
        right: 0;
    }
 
}
@media screen and (max-width: 991px){
    .login-container:first-child{
        padding: 10px !important;
    }
 
}