/* BT Magic Login - SMS Code Form Styles */

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

.bt-magic-login-wrapper .bt-input {
    margin-bottom: 18px;
    text-align: center;
}

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

.bt-magic-login-submit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
}

.bt-magic-terms {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    gap: 10px;
    text-align: center;
}

.bt-magic-terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.bt-magic-terms label {
    color: #bcd76a;
    font-weight: 600;
    line-height: 1.2;
}

.bt-magic-terms a {
    color: #bcd76a;
    text-decoration: underline;
}

.bt-magic-actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.bt-magic-actions a {
    color: #bcd76a;
    text-decoration: none;
    font-weight: 600;
}

.bt-magic-actions a:hover {
    text-decoration: underline;
}
