/* body_flex_column.css */
body {
    display: flex;
    flex-direction: column;
}

input[type="checkbox"] {
    /* Custom styling for larger checkboxes */
    width: 15px; /* 1.25x the default size */
    height: 15px; /* 1.25x the default size */
    cursor: pointer;
}

.reset-link {
    margin-top: 15px;
}
form {
    margin-top: 5px;
    margin-bottom: 120px;
}


.resend-email-confirmation {
    margin-top: 15px;
}


