.custom-textbox {
    border-radius: 20px;
}

.custom-label {
    text-align: right;
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

#hideShowPassword {
    margin-left: -35px;
    cursor: pointer;
}

.bi-eye-fill::before,
.bi-eye-slash-fill::before {
    font-size: 25px !important;
}

#auth0-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
}

#auth0-login > div {
    flex: 0 0 auto;
}

@media (max-width: 420px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .custom-btn {
        float: left;
        margin-top: 10px;
    }

    .custom-label {
        text-align: left;
    }
}