/* BoostHub shared form atoms extracted from main.css.
   Keep this file loaded after main.css and before modal-specific bundles. */

.btnSend {
    color: #000;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    padding: 17px 26px 15px 25px;
    border-radius: 25px;
    background: #fe9900;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btnSend:hover,
.btnSend:focus {
    background: #000;
    color: #fff;
}

.form {
    width: 100%;
}

.form_login .wrapData:nth-of-type(2) {
    margin: 0 0 12px;
}

.star {
    color: #ff172d;
}
