body {
    background: linear-gradient(#c1ddfb, white) !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

img{
    -webkit-user-drag: none;
}

.login-box {
    background-color: white;
    padding: 1rem 2rem;
    border-radius: 3rem;
    box-shadow: 1px 1px 6px grey;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 90vw;
}

.login-box, .register-box {
    max-width: 400px;
    min-width: 320px;
}

.login-logo {
    text-align: center;
    width: 100%;
}

.login-logo a, .register-logo a {
    color: #495057;
}

.login-logo img {
    border-radius: 2rem;
    max-width: 144px;
    width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

input {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgb(185, 203, 17), #ad1cb7, rgb(89, 16, 208)) border-box;
    border: 1px solid transparent;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 8px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 0.5rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

a:hover {
    color: #0056b3  !important;
    text-decoration: none;
}
.login-box a {
    color: var(--infopro-ace-a);
}

a {
    text-decoration: none;
    background-color: transparent;
}
