﻿.capcha-refreshbox {
    /*  height: 25px;
    width: 25px !important;*/
    padding: 0px;
}

.img-captcha {
    position: relative !important;
    right: 0 !important;
    top: 6px !important;
}

.capcha-field {
    display: flex;
    align-items: center;
}

    .capcha-field input {
        width: 72%;
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .capcha-field .form-control {
        margin-bottom: 0px;
    }

.capcha-refreshbox {
    border: unset !important;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .capcha-field input {
        margin-left: 5px;
        width: 53%;
    }
}

.w-10 {
    width: 12% !important;
}

/* Make input align properly with flag + country code */
.iti {
    width: 100%;
}

.phone-input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 40px;
}

    /* Optional: Better look for placeholder */
    .phone-input::placeholder {
        color: #888;
    }
