/** {
    font-family: "Inter", sans-serif;
}
form {
    width: 40%;
    min-width: 450px;
    margin: auto;
}
label {
    font-size: 1.5em;
}

input {
    width: 100%;
    display: block;
    font-size: 2em;
    border: solid 4px;
    border-color: hsl(210, 100%, 30%);
    margin-bottom: 1.5em;
}
input[type="submit"] {
    width: fit-content;
    font-size: 1.5em;
}

input[type="submit"]:focus {
    background-color: hsl(210, 100%, 80%);
}
input[type="submit"]:active {
    background-color: hsl(200, 100%, 80%);
}*/
.invalid {
    border-color: #E7026E;
    background-color: hsl(0, 30%, 95%);
    margin-bottom: 0em;
}

.error-message {
    margin-bottom: 1em;
    width: 100%;
    margin-top: .25rem;
    /*font-size: 80%;*/
    font-weight: bold;
    color: #fd3995;
    border-color: #FE9ECB;
    font-size: .6875rem;
    /*margin-top:.325rem*/
}

.password-strength span {
    margin-right: 5px;
    font-weight: bold;
    color: #778C8594;
    padding: 4px 5px;
}

.password-strength span i {
    font-weight: bold;
}

.swal2-container {
    z-index: 3000 !important;
}