
.title-1 {
    font-size: xxx-large;
    font-weight: 600;
}

.title-2 {
    font-size: xx-large;
}

.title-3 {
    font-size: large;
}

.border-raduis-button {
    border-radius: 27px;
    padding: 11px;
}

.m-4 {
    margin: 0.5rem;
}

.p-3 {
    padding: 1rem !important;
}

.text-orange-500 {
    color: #f37023;
}

.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}

.hero-title span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .hero-title span {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .hero-title span {
        font-size: 52px;
    }
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding-top: 1rem;
}

.separator span {
    flex: 1;
    height: 1px;
    background-color: #d9d9d9;
}

.separator p {
    margin: 0;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.relative {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    pointer-events: none;
}

.input-icon-1 {
    top: 29px;
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    cursor: pointer;
}

.input-left {
    padding-left: 50px !important;
}

.text-size {
    font-size: 14px;
}
