/**
 * Telefon Numarası Giriş Formu - Stil Dosyası
 * Templates: phone-form.php
 */

/* Wrapper - Genel stil */
.bt-magic-login-wrapper {
    text-align: center;
}

/* Input alanı - Merkeze hizalı metin ve placeholder */
.bt-magic-login-wrapper .bt-input {
    margin-bottom: 18px;
    text-align: center;
}

.bt-magic-login-wrapper .bt-input::placeholder {
    text-align: center;
}

.bt-magic-login-wrapper .bt-input::-webkit-input-placeholder {
    text-align: center;
}

.bt-magic-login-wrapper .bt-input:-ms-input-placeholder {
    text-align: center;
}

.bt-magic-login-wrapper .bt-input::-ms-input-placeholder {
    text-align: center;
}

.bt-magic-login-wrapper .bt-input::-moz-placeholder {
    text-align: center;
}

/* Submit butonu - Tam genişlik */
.bt-magic-login-submit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
}
#bt_magic_accept_terms:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000000' d='M13.7 3.3a1 1 0 0 0-1.4 0L6 9.6 3.7 7.3a1 1 0 0 0-1.4 1.4l3 3a1 1 0 0 0 1.4 0l7-7a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-color: #C4EF17;
}
#bt_magic_accept_terms:not(:checked) {
    background-color: #fff;
}