/**
 * 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;
}
