.form-control, .form-select {
    display: block;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    border: none;
    box-shadow: 3px 3px 10px #c5c5c5;
    background: #ffffff;
    border-radius: 10px;
    color: #01B0B5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 7px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s;
}

label {
    margin-left: 10px;
    font-size: 15px;
}
.form-card {
    box-shadow: 1px 1px 11px #e5e1e1;
    padding: 25px 27px;
    border-radius: 10px;
    height: 95%;
}
.mu-dark-btnsss {
    background-color: #01B0B5;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 3px 38px;
    padding-top: 8px;
    box-shadow: 3px 4px 7px #d9d9d9;
    /* line-height: 15px; */
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 22px !important;
    /* margin-left: 35px; */
}
.mu-dark-btnsss:hover{
    transition: transform 0.50s ease;
    transform: scale(1.1);
}