/* Add this CSS code to your style file */

.registerwrap {
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    height: 100vh;
    overflow: auto;
    padding-top: 50px;
}
.rightheading{
    color: white;
}

.inputdiv {
    background-color: #E8E8E8;
    border-radius: 50px;
    padding: 12px;
    padding-left: 30px;
    width: 86%;
    margin: 0 auto;
    outline: none;
    border: none;
}

.nametxt {
    color: white;
}

.coverwrap {
    margin: auto 0;
}

.bottomtxt {
    font-size: 15px;
    color: white;
}
.copyrightdiv{
    padding-top: 40px;
}

.accountbtn2 {
    border: none;
    background-color: #0d6efd;
    color: white;
    display: flex;
    justify-content: center;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 0 auto;
    margin-top: 81px;
}

.firstcol {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.logoimg {
    width: 100px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.secondcol {
    z-index: 12;
    height: 100%;
    background: radial-gradient(circle, rgba(13,110,253,1) 0%, rgba(0,0,0,1) 100%);
    padding: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}
.secondcol:hover {
    z-index: 12;
    height: 100%;
    background: linear-gradient(90deg, rgba(13,110,253,1) 25%, rgba(0,0,0,1) 100%);


}

.leftheadinglogin {
    color: #011531;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    padding-bottom: 17px;
}

.loginform{
    padding-top: 40px;
    padding-bottom: 30px;
}
.checkboxwrap{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding-left: 10px;
    justify-content: center;
}
.checktxt{
    margin: 0px;
}
.checkboxdiv {
    transform: scale(1.5);

}
.inputwrap{
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
/* Add any other styles you need here */

@media screen and (max-width: 766px) {
    .firstcol {
        border-radius: 50px;
        position: relative;
        background-color: white;
        padding: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        margin-top: 40px;
    }

    .logoimg {
        width: 100px;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .secondcol {
        z-index: 12;
        height: 100%;
        background-color: #0d6efd;
        padding: 20px;
        border-radius: 50px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}
