body {
    /*background-color: #000000;*/
}

.bg-black {
    background-color: #000000;
}

.text-black {
    color: #000000;
}

.text-black:hover {
    color: #555555;
}

/*form*/

.form-c-small {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-c-small .checkbox {
    font-weight: 400;
}

.form-c-small .form-floating:focus-within {
    z-index: 2;
}

.form-c-small input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-c-small input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
