.alert-ctm {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    text-align: center;
    font-size: 14px;
    margin: 0 82px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.alert-success {
    text-align: center;
    font-size: 14px;
    margin: 0 82px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
input[type="submit"],
input[type="button"] {
    background: #203f5b;
    border-color: #203f5b;
    color: #ffffff;
    outline: none;
    font-family: "Montserrat";
    max-width: 150px;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0.8rem;
}
