/* NEW DESIGN START */

.container-custom {
    background: linear-gradient(to bottom, #85c4df, #b896f1);
    border-radius: 30px;
}
.container-custom__wrapper {
    justify-content: center;
}
.custom-button {
    background: linear-gradient(to bottom, #9c5ec5, #6cbada);
    width: fit-content;
    margin: auto;
    padding: 14px 24px;
    border-radius: 12px;
    color: white;
    border: none;
    outline: unset;
    transition: background 0.3s, transform 0.3s;
}
.custom-button:focus,
.custom-button:active {
    border: none;
    outline: unset;
    transform: scale(0.9);
}
.custom-button a {
    color: white;
}
.custom-control {
    box-shadow: 0px 2px 0px 1px #0000007a;
    background-color: white;
    transition-duration: 0.3s;
}
select.custom-control {
    color: #7874f7 !important;
    padding-left: 24px;
}
.custom-control:focus {
    box-shadow: 0px 2px 0px 1px #0000001c;
    background-color: white;
    border-color: #606a75;
    transition-duration: 0.3s;
}
.custom-control::placeholder {
    color: #7874f7;
}
.custom-header h1,
.custom-header h2,
.custom-header h3 {
    background: linear-gradient(to bottom, #03cec5, #1a8fcd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    text-transform: uppercase;
}
.form-group .text-danger {
    font-weight: 900;
}
/* NEW DESIGN END */
