
body {
    display: flex;
    align-items: center;
    justify-content: center;

    height: clamp(91vh, 91vh, 100vh);

    background-color: #172031;
}

.card {
    background-color: #141c2c;
    border: 0.5px solid gray;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .passwrd-lost {
    text-decoration: none;
    font-weight: 400;
}

.form-signin .passwrd-lost:hover {
    text-decoration: underline;
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#passwrdToggle {
    margin-bottom: 10px;
    border-top-right-radius: 0;
    height: auto;
}

.invalid-input {
    border: 1px solid red;
    z-index: 5;
}