body {
    font-family: Roboto, sans-serif;
    height: 100vh;
    display: flex;
    background-color: #f6f6f6;
    color: #777;
    line-height: 1.4;
}

input,
button,
select {
    font-family: Roboto, sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
}

label {
    color: #999;
    font-size: 13px;
    line-height: 10px;

}

.card {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%) !important;
}

.login {
    backface-visibility: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    max-width: 400px;

}

input, select {
    margin: 5px auto;
    height: 50px;
    width: 340px;
    font-size: 16px;
    padding: 4px 15px;
}

button {
    margin: 5px auto;
    height: 40px;
    /* font-size: 1.1rem; */
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 15px 0 20px;
    font-weight: 600;
    font-size: 15px;
    color: #777;
    cursor: pointer;
}

button:hover {
    background-color: #ddd;
}

input:-webkit-autofill::first-line {
    font-size: 16px;
    color: #555;
}

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

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.row {
    margin: 15px 0;
}

h3 {
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    margin: -10px auto 20px auto;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#shared,
#members,
#public,
#invitation,
#sharedError,
#membersError {
    display: none;
}

.error {
    color: red;
    text-align: center;
}

form {
    padding: 0;
}
.support {
    position: fixed;
    bottom: 20px;
    right: 20px;
}