.form-control {
    border-radius: 0.5rem;
    width: 100%;
}

input:focus {
    outline: none;
}

.btn--btnViolet {
    background: linear-gradient(90deg, #635BFF 0%, #8983F6 100%);
    box-shadow: 0px 10px 20px -10px rgba(89, 60, 15, 0.6);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}
