.row{
    --bs-gutter-x: none !important;
}
body{
    overflow-x: clip;
}
.container{
    padding: 0 !important
}
p{
    margin: 0!important;
}

.primary-btn-large{
    width: 100%;
    background: rgba(74, 67, 129, 1);
    color: white;
    border: solid 2px rgba(74, 67, 129, 1);
    border-radius: 8px;
    padding: 2%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.primary-btn-large:disabled{
    background: grey;
    border-color:  grey;
}
.secondary-btn-large{
    width: 100%;
    background: white;
    color: rgba(74, 67, 129, 1);
    border: solid 2px rgba(74, 67, 129, 1);
    border-radius: 8px;
    padding: 2%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.secondary-btn-large-danger{
    width: 100%;
    background: white;
    color: rgba(228, 47, 114, 1);
    border: solid 2px rgba(228, 47, 114, 1);
    border-radius: 8px;
    padding: 2%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.form-check-input:checked{
    background-color: rgba(74, 67, 129, 1)!important;
    border-color: rgba(74, 67, 129, 1)!important;
}
@media (min-width: 1024px) {
    .secondary-btn-large-danger, .secondary-btn-large{
        padding: 1%;
    }
}