.reg-form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
}

.reg-form form{
    max-width: 600px;
    padding: 50px 40px;
    background-color: var(--white);
    border-radius: 8px;
}

.reg-form form button{
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: var(--dark-grey);
    opacity: 0.7;
    font-size: 14px;
}

a:hover{
    text-decoration: underline;
    color: var(--dark-grey);
    opacity: 1;
}

.alert-success{
    border-radius: 8px;
}
