#floatingInputEmail,
#floatingInputUsername,
#floatingPassword,
#floatingPhone,
#floatingAddress,
#floatingDate,
#floatingClub {
    padding-right: 50px !important;
}

body {
    overflow: hidden;
    height: 100vh;
}

.left-box {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

.left-box::-webkit-scrollbar {
    width: 10px;
}

.left-box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.left-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.left-box::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.left-box {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.form-xs-box {
    padding-bottom: 20px;
}

#signupForm {
    width: 100%;
}
.right-box {
    margin-top: 0px !important;
}

#togglePassword {
    font-size: 22px;
}
