body {
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
}

.header-main {
    height: 70px;
    background: linear-gradient(#4c1455, #6f0052);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main img {
    width: 70px;
}

.title-1 {
    color: #6f0052;
    font-size: 1.8em;
}

.title-2 {
    color: #6f0052;
    font-size: 20px;
    font-weight: 700;
}

.text-1 {
    color: #585858;
    line-height: 26px;
}

.text-star {
    color: #6f0052;
}

.input-form {
    background: #f5f5f5;
    border: 1px solid rgba(111, 0, 81, .733);
    border-radius: 10px;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.label-form {
    font-size: 11px;
    color: #585858;
}

.btn-form {
    align-items: center;
    background: #6f0052!important;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    padding: 0 100px;
    text-transform: uppercase;
    transition: all .2s ease;
    width: fit-content;
}

#btn-msg {
    display: block;
}

#btn-load {
    display: none;
}

