html{
    height: 100% !important;
}

body{
    height: 100%;
    background-image: url(../ftp/loginBG.webp);
    /* background-repeat: no-repeat; */
    background-size: contain;
    background-position-x: center;
}

#newLoginDiv {
    height: 60%;
    border: 2px solid #4e46bf;
    width: 60%;
    top: 20%;
    left: 20%;
    position: absolute;
    border-radius: 36px;
    background-image: linear-gradient(to right, #d73386b5, #a92f989c);
    box-shadow: 3px 3px 17px 0px #bbb9cd;
    padding: 3%;
}

#cpanelnewLoginDiv {
    height: 70%;
    border: 2px solid #4e46bf;
    width: 60%;
    top: 15%;
    left: 20%;
    position: absolute;
    border-radius: 36px;
    background-image: linear-gradient(to right, #d73386b5, #a92f989c);
    box-shadow: 3px 3px 17px 0px #bbb9cd;
    padding: 1%;
}

.newLoginLogo{
    width: 20%;
    margin-left: 40%;
}

.cpanelnewLoginLogo{
    width: 7%;
    margin-left: 46.5%;
}