* {
    margin: 0px;
    padding: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


body, html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: black;
}

td a {
    text-decoration: underline;
    color: #006bb4;
}

.as {
    width: 25px;
    height: 25px;
}

.eye {
    position: relative;
    top: 40px;
    left: 285px;
    display: none;
}

.as-eye-slash.active, .as-eye.active {
    display: none;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.humbell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.humbell_logo {
    width: 50px;
    height: 50px;
}

.form {
    display: grid;
    justify-items: center;
    align-content: center;
    border: 1px solid black;
    padding: 1rem;
    border-radius: .5rem;
    margin: .5rem;
}

input {
    width: 300px;
    height: 40px;
    border-radius: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type=password] {
    margin-bottom: 1rem;
}

input[type=submit] {
    width: 320px;
    background: black;
    color: white;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}



.content {
    border-radius: .5rem;
    padding: 1rem;
}