body {
    font-family: 'Poppins';
}
.leftbg{
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: -100;
    background-image: url('https://dtd-image.s3.ap-southeast-1.amazonaws.com/Auth/BG-2.jpg');
    background-position: right 50% top 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.rightbg{
    position: fixed;
    top: 0;
    left: 75%;
    width: 25%;
    height: 100%;
    z-index: -100;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(246,254,255,1) 61%, rgba(227,250,255,1) 100%);
}
.registerblock{
    position: fixed;
    top: 0;
    left: 50%;
    width: 42%;
    height: 100%;
    overflow: auto;
}
#divSuccessRegister{
    margin:20% 0% 20% 18% !important;
}
@media only screen and (max-width: 1200px) {
    .leftbg{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -100;
        background-image: url('https://dtd-image.s3.ap-southeast-1.amazonaws.com/Auth/BG-2.jpg');
        background-position: right 50% top 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .rightbg{
        display: none;
    }
    .registerblock{
        position: fixed;
        top: 0;
        left: 20%;
        width: 60%;
        height: 100%;
        overflow: auto;
    }
    #divSuccessRegister{
        margin:20% 10% 20% 10% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .registerblock{
        position: fixed;
        top: 0;
        left: 15%;
        width: 70%;
        height: 100%;
        overflow: auto;
    }
}
@media only screen and (max-width: 780px) {
    .registerblock{
        position: fixed;
        top: 0;
        left: 10%;
        width: 80%;
        height: 100%;
        overflow: auto;
    }
    #divSuccessRegister{
        margin:20% 5% 20% 5% !important;
    }
}
@media only screen and (max-width: 400px) {
    .registerblock{
        position: fixed;
        top: 0;
        left: 2%;
        width: 96%;
        height: 100%;
        overflow: auto;
    }
    #divSuccessRegister{
        margin:20% 2% 20% 2% !important;
    }
}
.registerblock::-webkit-scrollbar {
    display: none;
}
.checkbox-bg{
    width: 15px;
    height: 15px;
    background-color: #b1f8bf;
    opacity: 0.5;
    margin-top: 7px !important;
    margin-left: 1px !important;
    border-radius: 50%!important;
    position: absolute!important;
    display:none;
}
div.error {
    color: red;
    font-size: 0.75rem;
    display: block;
    margin-top: 5px !important;
}
