body {
    width: 100%;
    overflow-x: hidden;
}

#left-side {
    height: 100vh;
    background-image: url("/assets/images/background/vertical/reg-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#right-side {
    padding-left: 50px;
    margin-block: auto;
}
#right-side h3 {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}

#right-side h6 {
    color: #606060;
    font-weight: 300;
    font-size: 14px;
}

#submit-btn {
    background-color: #ff5722;
    color: white;
    width: 100%;
    border-radius: 30px;
    height: 48px;
}
#login-form {
    width: 80%;
}

@media screen and (max-width: 700px) {
    #left-side {
        display: none;
    }

    #right-side {
        padding-inline: 40px;
        margin-block: 25%;
        padding-block: auto;
    }

    #login-form {
        width: 100%;
    }
}
