/* do not group these rules */
*::-webkit-input-placeholder {
    color: #D9D9D9 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #D9D9D9 !important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #D9D9D9 !important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #D9D9D9 !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D9D9D9 !important;
}
*::placeholder {
    /* modern browser */
    color: #D9D9D9 !important;
}

.beta .login_item {
    border: 8px solid #FFBB13;
}

.beta-message-wrapper {
    display: flex;
}

.beta-message-wrapper div {
    min-width: 20px;
    color: #6B6F72;
    font-size: 12px;
    margin-right: 5px;
}

.beta-message-wrapper img {
    margin-top: 6px;
}

.back-to-website {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    /* or 217% */

    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

    color: #327FB9;
    margin-right: -45px;
}

.back-to-website img {
    margin-right: 5px;
}
