.or {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.or::after {
    position: absolute;
    left: 0;
    content: "";
    width: 45%;
    height: 1px;
    background-color: white;
}

.or::before {
    position: absolute;
    right: 0;
    content: "";
    width: 45%;
    height: 1px;
    background-color: white;
}

.form-control::placeholder {
    color: white;
}
.header__red {
    min-height: 700px;
}
.header-bg{
    height: 100%;
}

.bg-blog {
    position: relative;
    background-color: #fffbe7;
    border-radius: 10px;
    color: #87744f;
    filter: drop-shadow(0 0 0.1rem #87744f);
}


::-webkit-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: black;
}

::-ms-placeholder {
    color: #666666;
}

::placeholder {
    color: #666666;
}
