﻿

.refresh-captcha:hover {
    cursor: pointer;
}

.img-captcha:hover {
    cursor: pointer;
}

.required-label::after {
    content: " *";
    color: #b94a48;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    text-align: left;
    direction: ltr;
}

    input[type=number]::placeholder {
        text-align: right;
    }

input[type=password]::placeholder {
    text-align: right;
}

.form-control::placeholder {
    margin-right: 1.5rem;
}



input[type=email] {
    text-align: left;
    direction: ltr;
}

input[type=password] {
    text-align: left;
    direction: ltr;
}

.left-text-align {
    direction: ltr !important;
    text-align: left !important;
}



.display-none {
    display: none !important;
}

.cf-turnstile{
    margin-left:auto;
    margin-right:auto;
    display:flex;
}

