.login{
    max-width: 500px !important;
    background: lightgray;
    padding: 10px;
    border-radius: 10px;
    opacity: 95%;
}

*::-webkit-scrollbar {
    display: none;
}

html{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer & Edge */
}

*{
    cursor: default;
    user-select: none;
    -webkit-user-select: none; /* Safari */
}

li{
    cursor: pointer;
}

i{
    cursor: pointer;
}

input[type=text]{
    cursor: text;
}

input[type=checkbox]{
    cursor: pointer;
}

label{
    cursor: pointer;
}