/**
 * AG User Cellphone - Estilos para el formulario de registro.
 *
 * @package AG_User_Cellphone
 */

#ag_cellphone {
    width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 4px;
}

.ag-required {
    color: #dc3232;
    font-weight: bold;
    margin-left: 2px;
}

#registerform label[for="ag_cellphone"] {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}
