﻿.captcha .rcRefreshImage {
    color: dimgrey;
    font-weight: 600;
    margin-top: 80px;
    /*Alignement voulu pour interposer la textbox entre le captcha et les boutons; le composant telerik:RadCaptcha ne permettant pas de le faire nativement*/
}

    .captcha .rcRefreshImage::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f2f1"; /* fas fa-sync-alt */
        color: white;
        background-color: dimgrey;
        border-radius: 20px;
        padding: 5px;
        margin-right: 10px;
    }

.captcha .rcCaptchaAudioLink {
    color: dimgrey;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

    .captcha .rcCaptchaAudioLink::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f028"; /* fas fa-volume-up */
        color: white;
        background-color: dimgrey;
        border-radius: 20px;
        padding: 5px;
        margin-right: 10px;
    }

.captcha p {
    display: inline-table;
    margin-top: -140px;
    /*Alignement voulu pour interposer la textbox entre le captcha et les boutons; le composant telerik:RadCaptcha ne permettant pas de le faire nativement*/
}


.captcha .captchaTextBox {
    font-family: Calibri, sans-serif !important;
    font-size: 16px !important;
    padding: 10px !important;
    height: auto !important;
    display: table-footer-group;
    border-style: double;
    border-color: dimgrey;
    width: 180px;
}

.captcha .captchaTextBoxLabel {
    display: table-header-group;
    font-weight: 600;
    font-size: 15px;
}


.rdv .captcha .rcCaptchaAudioLink {
    margin-top: 80px;
}

.rdv .captcha p {
    margin-top: -110px;
}

@-moz-document url-prefix() {
    .captcha p {
        margin-top: -210px;
    }

    .rdv .captcha p {
        margin-top: -180px;
    }

}


.login .captcha .captchaTextBoxLabel {
    color: white;
}

.login .captcha .rcRefreshImage {
    margin-top: 90px;
}

.login .captcha .rcCaptchaAudioLink {
    margin-bottom: 20px;
}

