/* FORM CONTAINER */
#form-container {
    text-align: center;
    background: #27272a(30, 0, 50, 0.85);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 50px #FF0B55;
    width: 360px;
}

/* FORM CONTAINER */
div {
    margin: 15px auto;
    width: 300px;
}

.note {
    font-size: 12px;
    color: #A1A1AA;
}

.button-link {
    background: none;        /* remove default background */
    border: none;            /* remove border */
    color: white;            /* text color */
    font-size: 16px;         /* adjust font */
    font-family: inherit;    /* inherit font from page */
    cursor: pointer;         /* pointer on hover */
    text-decoration: none;   /* remove underline if any */
    padding: 10px 20px;      /* space inside button */
    border-radius: 5px;      /* rounded corners, optional */
    background-color: #27272a; /* make it your page’s grey */
}
