@import url('./fonts/estedad/style.css');
*{
    font-family: Estedad !important;
}
body{
    font-family: Estedad !important;
}
.refresh-captcha{
    width: 25px;
    cursor: pointer;
    margin: 10px;
}
.captcha-input{
    outline: none;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5E6278;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: left;
}
#captcha_image{
    float: left;
    margin-left: 5px;
}