.main {
    background: linear-gradient(to bottom, #a3e0ff83, rgba(255, 255, 255, 0.862)), url(https://grainy-gradients.vercel.app/noise.svg) !important;
}

.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0px 0px 26px rgba(97, 97, 97, 0.144);
    padding: 5rem !important;
    margin: 4.5rem 2rem !important;
}

.error ul{
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}


.input-group-addon {
    background-color: #efefef;
}

.input-group-addon {
    height: auto;
    border: solid 1px #ced4da;
    border-left: 0 !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

input[type='password'],
.input-group input[type='text'] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.login a {
    transition: all 0.3s ease-in-out;
}

.login a:hover {
    color: #007bff;
}

.footer {
    margin-top: 0 !important;
}

@media (max-width: 441px) {
    .card {
        padding: 3rem !important;
        margin: 4.5rem 2rem !important;
    }
    .register-title {
        font-size: 2rem !important;
    }

    .login {
        text-align: center;
    }
}
