.custom-form {
    padding: 10px;
    border: 1px solid rgba(173, 216, 230, 0.3);
    border-radius: 20px;
    background-color: rgba(173, 216, 230, 0.3);
}

.custom-button {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .custom-button {
        width: 50%
    }
}

.custom-danger {
    font-weight: bold;
    color: red;
}