.wrapper {
    margin-top: 20vh;
}

@media only screen and (max-width: 600px) {
    .alert {
        display: inline-block !important;
    }
}

.btn.disabled, .btn:disabled {
    color: black;
    background-color: darkgray !important;
    border-color: darkgray !important;
}
